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

Fix typos with codespell #28997

Merged
merged 1 commit into from
May 19, 2019
Merged

Fix typos with codespell #28997

merged 1 commit into from
May 19, 2019

Commits on May 19, 2019

  1. Fix typos with codespell

    Using codespell 1.15.0.
    
    Method:
    ```
    $ cat > ../godot-word-whitelist.txt << EOF
    ang
    curvelinear
    doubleclick
    leapyear
    lod
    merchantibility
    nd
    numer
    ois
    ony
    que
    seeked
    synching
    te
    uint
    unselect
    webp
    EOF
    
    $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
    $ git diff // undo unwanted changes
    ```
    akien-mga committed May 19, 2019
    Configuration menu
    Copy the full SHA
    e0574e1 View commit details
    Browse the repository at this point in the history