EngineTestCases: fix typo
authorWuzzy
Tue, 06 Feb 2018 00:09:40 +0000
changeset 1150 7d18ffd97455
parent 1149 af541bb2f242
child 1151 7453409386c0
EngineTestCases: fix typo
EngineTestCases.wiki
--- a/EngineTestCases.wiki	Mon Feb 05 23:05:41 2018 +0000
+++ b/EngineTestCases.wiki	Tue Feb 06 00:09:40 2018 +0000
@@ -11,7 +11,7 @@
 There are two ways to run a test: Automated and manual.
 
 === Automated testing ===
-This requires you to have CMAke.
+This requires you to have CMake.
 
 Run `ctest` in the root directory of the repository to run all tests.
 Run `ctest -R <test name>` to run only the test with the given name.