More codespell fixes, do more changes from previous ignore list

This commit is contained in:
Rémi Verschelde 2023-02-01 10:49:05 +01:00
parent c40020513a
commit e52213e2fa
No known key found for this signature in database
GPG key ID: C3336907360768E1
16 changed files with 64 additions and 64 deletions

View file

@ -99,7 +99,7 @@ public abstract class FullScreenGodotApp extends FragmentActivity implements God
// from scratch. Therefore, we need to kill the whole app process and relaunch it.
//
// Restarting only the activity, wouldn't be enough unless it did proper cleanup (including
// releasing and reloading native libs or resetting their state somehow and clearing statics).
// releasing and reloading native libs or resetting their state somehow and clearing static data).
Log.v(TAG, "Restarting Godot instance...");
ProcessPhoenix.triggerRebirth(FullScreenGodotApp.this);
}