diff options
| author | luz.paz | 2018-02-21 11:30:55 -0500 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-22 12:17:06 +0100 |
| commit | 751806b5c7c2b63c47d228664c3425b6f3fdb5ac (patch) | |
| tree | 2679c664c7a5ebbcf51c8727e0840c9b98926948 /core/script_debugger_remote.cpp | |
| parent | 40018e995cc2a4c5a14512eb7713b63a5b825978 (diff) | |
| download | godot-751806b5c7c2b63c47d228664c3425b6f3fdb5ac.tar.gz godot-751806b5c7c2b63c47d228664c3425b6f3fdb5ac.tar.zst godot-751806b5c7c2b63c47d228664c3425b6f3fdb5ac.zip | |
Fix typos with codespell
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt`
Whitelist consists of:
```
ang
doubleclick
lod
nd
que
te
unselect
```
(cherry picked from commit 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5)
Diffstat (limited to 'core/script_debugger_remote.cpp')
| -rw-r--r-- | core/script_debugger_remote.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/script_debugger_remote.cpp b/core/script_debugger_remote.cpp index 41071ace5..632285f48 100644 --- a/core/script_debugger_remote.cpp +++ b/core/script_debugger_remote.cpp @@ -1016,11 +1016,11 @@ void ScriptDebuggerRemote::add_profiling_frame_data(const StringName &p_name, co } void ScriptDebuggerRemote::profiling_start() { - //ignores this, uses it via connnection + //ignores this, uses it via connection } void ScriptDebuggerRemote::profiling_end() { - //ignores this, uses it via connnection + //ignores this, uses it via connection } void ScriptDebuggerRemote::profiling_set_frame_times(float p_frame_time, float p_idle_time, float p_physics_time, float p_physics_frame_time) { |
