diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-09-28 17:05:31 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-09-28 17:05:31 (GMT) |
commit | 60ec8bc52b7c15a3f017a898b20644810609d185 (patch) | |
tree | 88d4c738f8f4ce8b02c46e351434442e0a6155e2 /test/packaging | |
parent | 436df095253968088d9c534b2bc1294633c9bb28 (diff) | |
download | SCons-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')
-rw-r--r-- | test/packaging/guess-package-name.py | 2 | ||||
-rw-r--r-- | test/packaging/msi/explicit-target.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/packaging/guess-package-name.py b/test/packaging/guess-package-name.py index 9c85b9a..33c3329 100644 --- a/test/packaging/guess-package-name.py +++ b/test/packaging/guess-package-name.py @@ -86,7 +86,7 @@ test.run(stderr = None) test.must_exist( 'src.tar.gz' ) # -# TEST: default package name creation with overriden packager. +# TEST: default package name creation with overridden packager. # test.write('SConstruct', """ 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 |