You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix misc. source comment typos
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt `
This commit is contained in:
@@ -191,7 +191,7 @@ void Tween::_notification(int p_what) {
|
||||
case NOTIFICATION_INTERNAL_PHYSICS_PROCESS: {
|
||||
// Are we processing during 'regular' time?
|
||||
if (tween_process_mode == TWEEN_PROCESS_IDLE)
|
||||
// Do nothing since we whould only process during idle time
|
||||
// Do nothing since we would only process during idle time
|
||||
break;
|
||||
|
||||
// Should we update?
|
||||
|
||||
Reference in New Issue
Block a user