typelead / eta

The Eta Programming Language, a dialect of Haskell on the JVM
https://eta-lang.org
BSD 3-Clause "New" or "Revised" License
2.61k stars 141 forks source link

Spelling #990

Open jsoref opened 2 years ago

jsoref commented 2 years ago

Description

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/eta/commit/5a440c46768b4d4553dc2bfeffa329b2a7262fda#commitcomment-79875390

How Has This Been Tested?

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/eta/commit/28d74f30e4030b2e82326c1962ea8d726c7aa294

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

Types of changes

It's quite possible there are breaking changes. I fully expect this will need to be split or something. I'm very comfortable w/ working on large changesets. I just need direction about how each project prefers to address them.

Checklist: