Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Spelling #724

Closed
wants to merge 18 commits into from
Closed

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 <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
@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?

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

jsoref added 4 commits July 23, 2024 23:55
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants