fix typo
authorkyberneticist@gmail.com
Wed, 06 Nov 2013 16:34:21 +0000
changeset 338 6153b382a125
parent 337 fcceaed03448
child 339 1664d3e63c05
fix typo
BuildingOnLinux.wiki
--- a/BuildingOnLinux.wiki	Wed Nov 06 16:33:05 2013 +0000
+++ b/BuildingOnLinux.wiki	Wed Nov 06 16:34:21 2013 +0000
@@ -45,7 +45,7 @@
 }}}
 Note. Do *NOT* run the command above if you want to play the latest development code (currently 0.9.20-dev).
 
-Not let's configure and build!
+Now let's configure and build!
 {{{
 cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1
 make install