summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-09-22 23:29:59 (GMT)
committer jacob1 <jfu614@gmail.com>2013-09-22 23:29:59 (GMT)
commita5c1a08d2c9fb08aa5962e5cec663c88a9206ffb (patch)
tree9d36099427fe122e3c93044149a4392140c1efd3 /docs
parentef6cc9c41815b4cafd79ac9687bddf65da544726 (diff)
parent750e62b31bb5230a4b451628abaca41b02f26b7b (diff)
downloadpowder-a5c1a08d2c9fb08aa5962e5cec663c88a9206ffb.zip
powder-a5c1a08d2c9fb08aa5962e5cec663c88a9206ffb.tar.gz
Merge pull request #163 from ryanmjacobs/patch-2
Corrected comment grammar.
Diffstat (limited to 'docs')
-rw-r--r--docs/SConscript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SConscript.html b/docs/SConscript.html
index 18dde06..60b2372 100644
--- a/docs/SConscript.html
+++ b/docs/SConscript.html
@@ -689,7 +689,7 @@ sources+=Glob(&quot;generated/ToolClasses.cpp&quot;)
<pre class="literal-block">
env.Decider('MD5')
</pre>
-<p>set a defaukt target</p>
+<p>set a default target</p>
<pre class="literal-block">
t=env.Program(target=programName, source=sources)
Default(t)