Explorar el Código

Fix "initialize" typo in Code::Blocks configuration page (#4243)

binotaliu hace 4 años
padre
commit
fe208d1425
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      development/cpp/configuring_an_ide/code_blocks.rst

+ 1 - 1
development/cpp/configuring_an_ide/code_blocks.rst

@@ -63,7 +63,7 @@ The next step is to change the build options. Right-click on the new project and
 
 Select the **"Make" commands** tab and remove all the existing commands for all the build targets. For each build target enter the **SCons** command for creating the desired build in the **Build project/target** field. The minimum is ``scons``. For details on the **SCons** build options, see :ref:`doc_introduction_to_the_buildsystem`. It's also useful to add the ``scons --clean`` command in the **Clean project/target** field to the project's default commmands.
 
-If you're using Windows, all the commands need to be preceded with ``cmd /c`` to iniitalize the command interpreter.
+If you're using Windows, all the commands need to be preceded with ``cmd /c`` to initialize the command interpreter.
 
 .. figure:: img/code_blocks_scons_minimum.png
    :figclass: figure-w480