summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-09-28 18:39:22 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2015-09-28 18:39:22 (GMT)
commit8474df368aeed8807eb4b9ca20041676f42e69c6 (patch)
tree3e0ee5691bba5b7a1412af4fb141e18efcab55cf /src
parent936a25097bed77935a44c7397ad45121ea61be66 (diff)
downloadSCons-8474df368aeed8807eb4b9ca20041676f42e69c6.zip
SCons-8474df368aeed8807eb4b9ca20041676f42e69c6.tar.gz
SCons-8474df368aeed8807eb4b9ca20041676f42e69c6.tar.bz2
fixed syntax error from previous pull request #256
Diffstat (limited to 'src')
-rw-r--r--src/engine/SCons/Tool/__init__.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/__init__.xml b/src/engine/SCons/Tool/__init__.xml
index 358ff1e..69cc597 100644
--- a/src/engine/SCons/Tool/__init__.xml
+++ b/src/engine/SCons/Tool/__init__.xml
@@ -489,7 +489,7 @@ is created by &b-link-LoadableModule; builder. This activates the
&cv-link-_LDMODULEVERSIONFLAGS; and thus modifies the &cv-link-LDMODULECOM; as
required, adds the version number to the library name, and creates the symlinks
that are needed. &cv-link-LDMODULEVERSION; versions should exist in the same
-format as &cv-link-SHLIBVERSION.
+format as &cv-link-SHLIBVERSION;.
</para>
</summary>
</cvar>