summaryrefslogtreecommitdiffstats
path: root/test/packaging/msi
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-09-28 17:05:31 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2015-09-28 17:05:31 (GMT)
commit60ec8bc52b7c15a3f017a898b20644810609d185 (patch)
tree88d4c738f8f4ce8b02c46e351434442e0a6155e2 /test/packaging/msi
parent436df095253968088d9c534b2bc1294633c9bb28 (diff)
downloadSCons-60ec8bc52b7c15a3f017a898b20644810609d185.zip
SCons-60ec8bc52b7c15a3f017a898b20644810609d185.tar.gz
SCons-60ec8bc52b7c15a3f017a898b20644810609d185.tar.bz2
fix spelling mistakes found by debian lintian tool list here: https://lintian.debian.org/full/debian@jff-webhosting.net.html#scons_2.3.6-1
Diffstat (limited to 'test/packaging/msi')
-rw-r--r--test/packaging/msi/explicit-target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packaging/msi/explicit-target.py b/test/packaging/msi/explicit-target.py
index bc786ee..85bfa85 100644
--- a/test/packaging/msi/explicit-target.py
+++ b/test/packaging/msi/explicit-target.py
@@ -26,7 +26,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
"""
Test the ability to use a explicit target package name and the use
-of FindInstalledFiles() in conjuction with .msi packages.
+of FindInstalledFiles() in conjunction with .msi packages.
"""
import TestSCons