summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2015-05-05 22:59:06 +0200
committerDirk Baechle <dl9obn@darc.de>2015-05-05 22:59:06 +0200
commit29ceb481094a3da073083371d0fcf30d01c024a7 (patch)
tree845c91097adb52d29c59a25a09dfec90ecbd381f
parent7a6098f0abe954c32705b9cc49d1a68f960c86ee (diff)
parent38e26db5a102539c6d7f01da102d722117a59d1d (diff)
downloadscons-29ceb481094a3da073083371d0fcf30d01c024a7.tar.gz
Merged in spollard/scons-issue-2990 (pull request #2), fixes #2990 (doc change in builders-writing.xml, forked from dirkbaechle/scons)
-rw-r--r--doc/user/builders-writing.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/builders-writing.xml b/doc/user/builders-writing.xml
index f3713f2c..dec176a8 100644
--- a/doc/user/builders-writing.xml
+++ b/doc/user/builders-writing.xml
@@ -502,7 +502,7 @@ def build_function(target, source, env):
The builder function
may raise an exception
or return any non-zero value
- to indicate that the build is unsuccessful,
+ to indicate that the build is unsuccessful.
</para>