We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/pythonscript.c
1 parent 63e1c77 commit c9834a5Copy full SHA for c9834a5
src/pythonscript.c
@@ -288,7 +288,7 @@ static void _initialize_python() {
288
#endif
289
290
// Now get back `pythonscript_(de)initialize` callbacks from `godot._lang` module,
291
- // they will be thetn used in each subsequent Godot (de)initialization step.
+ // they will be then used in each subsequent Godot (de)initialization step.
292
{
293
294
// Basically we do in C the equivalent of:
0 commit comments