From 916f522010003286f096999fa5aee9f0fefb7e42 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 31 Aug 2015 11:03:14 +0200 Subject: [PATCH] typo correction --- doc/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building.rst b/doc/building.rst index 486a6ebcf1..f0da4ebbee 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -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.