Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #724

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Spelling #724

wants to merge 18 commits into from

Conversation

jsoref
Copy link

@jsoref jsoref commented Jul 24, 2024

Fixes misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/semantic/actions/runs/10070165965#summary-27838253195

The action will report that the changes in this PR would make it happy: https://github.com/jsoref/semantic/actions/runs/10070166051#summary-27838253499

jsoref added 14 commits July 23, 2024 10:19
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
@jsoref jsoref requested a review from a team as a code owner July 24, 2024 03:49
@@ -97,7 +97,7 @@ SOFTWARE.

buffer.h, buffer.c, chunk.h

are derived from code (C) 2012 Github, Inc.
are derived from code (C) 2012 GitHub, Inc.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brand...

@@ -13,10 +13,10 @@ Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

- Redistribution of source code must retain the above copyright notice,
this list of conditions and the following disclamer.
this list of conditions and the following disclaimer.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lawyers tend to get annoyed by changes to licenses/copyright notices, but...

@@ -1,6 +1,6 @@
Haskell is a syntactically-flexible language, which gives the programmer a tremendous amount of leeway regarding the appearance of their code. This is a set of best practices that we use in `semantic` and its related projects.

This file draws from the style guides written by [Johan Tibbel](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) and [Kowainik](https://kowainik.github.io/posts/2019-02-06-style-guide).
This file draws from the style guides written by [Johan Tibell](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) and [Kowainik](https://kowainik.github.io/posts/2019-02-06-style-guide).
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1791,7 +1791,7 @@ instance Data.Traversable.Traversable ConstructorBody where
data ConstructorDeclaration a = ConstructorDeclaration
{ ann :: a,
body :: (AST.Parse.Err (ConstructorBody a)),
typeParamaters :: (GHC.Maybe.Maybe (AST.Parse.Err (TypeParameters a))),
typeParameters :: (GHC.Maybe.Maybe (AST.Parse.Err (TypeParameters a))),
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scary?

semantic/src/Semantic/Config.hs Outdated Show resolved Hide resolved
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-comparision
+comparison

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant