summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2011-12-30 13:39:01 (GMT)
committerNicolas Despres <nicolas.despres@gmail.com>2011-12-30 13:39:01 (GMT)
commit4dead2ff9c1457320cede8d48e4aa4f1709c1749 (patch)
treecec1c0bef5b630cef18bf0737e9d00c8ed6bc34d /doc
parented547481c212242c2ad124c2db3f9829a23a01c1 (diff)
downloadNinja-4dead2ff9c1457320cede8d48e4aa4f1709c1749.zip
Ninja-4dead2ff9c1457320cede8d48e4aa4f1709c1749.tar.gz
Ninja-4dead2ff9c1457320cede8d48e4aa4f1709c1749.tar.bz2
Fix typo in manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 4751fdb..3291095 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -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.