1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-27 15:57:02 +00:00

Misc. typos

Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
This commit is contained in:
luz.paz
2018-09-12 21:38:39 -04:00
parent 0d04fb76e1
commit 08bde5b2de
81 changed files with 123 additions and 123 deletions

View File

@@ -83,7 +83,7 @@ MainFrameTime MainTimerSync::advance_core(float p_frame_slice, int p_iterations_
int min_typical_steps = typical_physics_steps[0];
int max_typical_steps = min_typical_steps + 1;
// given the past recorded steps and typcial steps to match, calculate bounds for this
// given the past recorded steps and typical steps to match, calculate bounds for this
// step to be typical
bool update_typical = false;