Skip to content

Conversation

olleolleolle
Copy link
Contributor

@olleolleolle olleolleolle commented Sep 24, 2017

This tiny PR fixes all (2) misspellings found by running the following command on the codebase:

find . | misspellings -f -

misspellings is a Python program which:

check[s] for misspelled words in source code. It does this by looking for words from a list of common misspellings. The dictionary it uses to do this is based on the Wikipedia list of common misspellings.

  - found using find . | misspellings -f -
@olleolleolle olleolleolle changed the title Fix misspellings in comments Fix twp tiny misspellings in comments Sep 24, 2017
@olleolleolle olleolleolle changed the title Fix twp tiny misspellings in comments Fix two tiny misspellings in comments Sep 24, 2017
@egonSchiele egonSchiele merged commit e0ff129 into egonSchiele:master Sep 25, 2017
@olleolleolle olleolleolle deleted the fix/tiny-misspellings branch September 26, 2017 04:23
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.

2 participants