Skip to content

Commit c9834a5

Browse files
committed
Typo in src/pythonscript.c
1 parent 63e1c77 commit c9834a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pythonscript.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ static void _initialize_python() {
288288
#endif
289289

290290
// Now get back `pythonscript_(de)initialize` callbacks from `godot._lang` module,
291-
// they will be thetn used in each subsequent Godot (de)initialization step.
291+
// they will be then used in each subsequent Godot (de)initialization step.
292292
{
293293

294294
// Basically we do in C the equivalent of:

0 commit comments

Comments
 (0)