Browse Source

Merge pull request #7595 from catwasd/catwasd/fix-typos

Max Hilbrunner 2 years ago
parent
commit
2c4105534a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/scripting/gdextension/gdextension_cpp_example.rst

+ 2 - 2
tutorials/scripting/gdextension/gdextension_cpp_example.rst

@@ -297,9 +297,9 @@ initialize them, but you might have to set up more things depending on your
 needs. We call the function ``register_class`` for each of our classes in our library.
 needs. We call the function ``register_class`` for each of our classes in our library.
 
 
 The important function is the third function called ``example_library_init``.
 The important function is the third function called ``example_library_init``.
-We first call a function in our bindings library that creates an initilization object.
+We first call a function in our bindings library that creates an initialization object.
 This object registrates the initialization and termination functions of the GDExtension.
 This object registrates the initialization and termination functions of the GDExtension.
-Furthermore, it sets the level of initilization (core, servers, scene, editor, level).
+Furthermore, it sets the level of initialization (core, servers, scene, editor, level).
 
 
 At last, we need the header file for the ``register_types.cpp`` named
 At last, we need the header file for the ``register_types.cpp`` named
 ``register_types.h``.
 ``register_types.h``.