EngineTestCases.wiki
changeset 1150 7d18ffd97455
parent 1056 f9449f7beddc
child 1151 7453409386c0
--- 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.