summaryrefslogtreecommitdiffstats
path: root/manual.asciidoc
diff options
context:
space:
mode:
authorJeff Hanke <geophree@wikispaces.com>2011-02-06 21:50:52 (GMT)
committerJeff Hanke <geophree@wikispaces.com>2011-02-06 21:50:52 (GMT)
commit4029f0858a3c4b3b13ee3d140a1f36705921d121 (patch)
treee6033f0d66c8093e650f40deeb717201ea8a29f6 /manual.asciidoc
parentd52238f212c8e5ec914270a599d8e690e6af9265 (diff)
downloadNinja-4029f0858a3c4b3b13ee3d140a1f36705921d121.zip
Ninja-4029f0858a3c4b3b13ee3d140a1f36705921d121.tar.gz
Ninja-4029f0858a3c4b3b13ee3d140a1f36705921d121.tar.bz2
Fix a typo in the manual.
Diffstat (limited to 'manual.asciidoc')
-rw-r--r--manual.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual.asciidoc b/manual.asciidoc
index ac3e74c..84e475d 100644
--- a/manual.asciidoc
+++ b/manual.asciidoc
@@ -186,7 +186,7 @@ rule cc
Variables can also be referenced using curly braces like `${in}`.
Variables might better be called "bindings", in that a given variable
-cannot be changed, only shadowed. There is ore on how shadowing works
+cannot be changed, only shadowed. There is more on how shadowing works
later in this document.
Rules