typo correction

This commit is contained in:
Carla Schroder 2015-08-31 11:03:14 +02:00
parent 967b533e37
commit 916f522010

View File

@ -119,7 +119,7 @@ follow `Windows Installer Build (Cross-Compile)`_ instead.
cmake -G "MinGW Makefiles" ../client
mingw32-make
.. note:: You can try using ninja to build in parallell using
.. note:: You can try using ninja to build in parallel using
``cmake -G Ninja ../client`` and ``ninja`` instead.
.. note:: Refer to the :ref:`generic-build-instructions` section for additional options.