Fix typo in manual.
authorNicolas Despres <nicolas.despres@gmail.com>
Fri, 30 Dec 2011 13:39:01 +0000 (14:39 +0100)
committerNicolas Despres <nicolas.despres@gmail.com>
Fri, 30 Dec 2011 13:39:01 +0000 (14:39 +0100)
doc/manual.asciidoc

index 4751fdb..3291095 100644 (file)
@@ -446,7 +446,7 @@ one_word_with_no_space = foo$
 ----
 
 Other whitespace is only significant if it's at the beginning of a
-line.  If a line is intended more than the previous one, it's
+line.  If a line is indented more than the previous one, it's
 considered part of its parent's scope; if it is indented less than the
 previous one, it closes the previous scope.