mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix typos with codespell
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
This commit is contained in:
parent
55ca2a7c88
commit
5fc86026ca
34 changed files with 50 additions and 51 deletions
|
|
@ -130,7 +130,7 @@ def configure(env):
|
|||
env.Append(LINKFLAGS=['-s', 'ALLOW_MEMORY_GROWTH=1'])
|
||||
|
||||
# Since we use both memory growth and MEMFS preloading,
|
||||
# this avoids unecessary copying on start-up.
|
||||
# this avoids unnecessary copying on start-up.
|
||||
env.Append(LINKFLAGS=['--no-heap-copy'])
|
||||
|
||||
# This setting just makes WebGL 2 APIs available, it does NOT disable WebGL 1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue