Skip to content

Commit fd77362

Browse files
authored
Merge pull request godotengine#7595 from catwasd/catwasd/fix-typos
2 parents c26440a + 7499e7b commit fd77362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/scripting/gdextension/gdextension_cpp_example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ initialize them, but you might have to set up more things depending on your
286286
needs. We call the function ``register_class`` for each of our classes in our library.
287287

288288
The important function is the third function called ``example_library_init``.
289-
We first call a function in our bindings library that creates an initilization object.
289+
We first call a function in our bindings library that creates an initialization object.
290290
This object registrates the initialization and termination functions of the GDExtension.
291-
Furthermore, it sets the level of initilization (core, servers, scene, editor, level).
291+
Furthermore, it sets the level of initialization (core, servers, scene, editor, level).
292292

293293
At last, we need the header file for the ``register_types.cpp`` named
294294
``register_types.h``.

0 commit comments

Comments
 (0)