Fix typos with codespell
Using codespell 1.17.1. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn 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 ```
This commit is contained in:
@ -439,7 +439,7 @@ def configure_mingw(env):
|
||||
else:
|
||||
env.Append(LIBS=["cfgmgr32"])
|
||||
|
||||
## TODO !!! Reenable when OpenGLES Rendering Device is implemented !!!
|
||||
## TODO !!! Re-enable when OpenGLES Rendering Device is implemented !!!
|
||||
# env.Append(CPPDEFINES=['OPENGL_ENABLED'])
|
||||
env.Append(LIBS=["opengl32"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user