summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cmake.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.html.markdown b/cmake.html.markdown
index a2c8cc8a..45cf0585 100644
--- a/cmake.html.markdown
+++ b/cmake.html.markdown
@@ -45,7 +45,7 @@ cmake_minimum_required (VERSION 2.8)
cmake_minimum_required (VERSION 2.8 FATAL_ERROR)
# We setup the name for our project. After we do that, this will change some
-# directories naming convention genearted by CMake. We can send the LANG of
+# directories naming convention generated by CMake. We can send the LANG of
# code as second param
project (learncmake C)