diff options
author | Philipp Klose <TheHippo@users.noreply.github.com> | 2016-08-30 10:11:09 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-08-30 10:11:09 +0200 |
commit | e810b6fd41d9df92bb2b83ad394f12468e5b2a3a (patch) | |
tree | 93fd578efaa492e0a912a7cdf243efdb0fa9355c /cmake.html.markdown | |
parent | 12c9b8daba15cf4950ae73f9813219d45bf373e8 (diff) |
minor typo (#2349)
Diffstat (limited to 'cmake.html.markdown')
-rw-r--r-- | cmake.html.markdown | 2 |
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) |