diff options
author | Greg Ward <greg@gerg.ca> | 2012-03-28 01:10:13 (GMT) |
---|---|---|
committer | Greg Ward <greg@gerg.ca> | 2012-03-28 01:10:13 (GMT) |
commit | 2c6ff299c6cc72fa9cd65791a1776b64d509c845 (patch) | |
tree | a8e2202b63206ab3ec6cc29613c09c352fd481fc /doc/user/add-method.in | |
parent | a85fb7e14001cd241ea4b25a6dec5ccfa94d88f1 (diff) | |
download | SCons-2c6ff299c6cc72fa9cd65791a1776b64d509c845.zip SCons-2c6ff299c6cc72fa9cd65791a1776b64d509c845.tar.gz SCons-2c6ff299c6cc72fa9cd65791a1776b64d509c845.tar.bz2 |
Fix several typos and grammatical errors in the user guide.
Diffstat (limited to 'doc/user/add-method.in')
-rw-r--r-- | doc/user/add-method.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/add-method.in b/doc/user/add-method.in index 7efd923..2deb07a 100644 --- a/doc/user/add-method.in +++ b/doc/user/add-method.in @@ -65,7 +65,7 @@ <para> - As mentioned, a psuedo-builder also provides more flexibility + As mentioned, a pseudo-builder also provides more flexibility in parsing arguments than you can get with a &Builder;. The next example shows a pseudo-builder with a named argument that modifies the filename, and a separate argument |