From: Nicolas Despres Date: Fri, 30 Dec 2011 13:39:01 +0000 (+0100) Subject: Fix typo in manual. X-Git-Tag: release-120715~169^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dead2ff9c1457320cede8d48e4aa4f1709c1749;p=platform%2Fupstream%2Fninja.git Fix typo in manual. --- 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.