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/TEX | |
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/TEX')
-rw-r--r-- | test/TEX/variant_dir_newglossary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/variant_dir_newglossary.py b/test/TEX/variant_dir_newglossary.py index 8604270..5a28ed4 100644 --- a/test/TEX/variant_dir_newglossary.py +++ b/test/TEX/variant_dir_newglossary.py @@ -25,7 +25,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" """ -Validate the use of \newglossary in TeX source files in conjuction +Validate the use of \newglossary in TeX source files in conjunction with variant_dir. Test configuration contributed by Kendrick Boyd. |