diff options
author | Tim Gates <tim.gates@iress.com> | 2019-11-16 10:34:43 (GMT) |
---|---|---|
committer | Tim Gates <tim.gates@iress.com> | 2019-11-16 10:34:43 (GMT) |
commit | e4b0d2da4679582c1108ceef67d88e6415ce029b (patch) | |
tree | b8bf110c0349d989168c1a36342ebd398d7c6e2f /src | |
parent | ad0bbd693fde6157323ab461a5e637f237fb59e1 (diff) | |
download | SCons-e4b0d2da4679582c1108ceef67d88e6415ce029b.zip SCons-e4b0d2da4679582c1108ceef67d88e6415ce029b.tar.gz SCons-e4b0d2da4679582c1108ceef67d88e6415ce029b.tar.bz2 |
Fix simple typo: whos -> whose
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/SCons/Tool/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/__init__.py b/src/engine/SCons/Tool/__init__.py index c8fb389..f255b21 100644 --- a/src/engine/SCons/Tool/__init__.py +++ b/src/engine/SCons/Tool/__init__.py @@ -99,7 +99,7 @@ for suffix in LaTeXSuffixes: SourceFileScanner.add_scanner(suffix, LaTeXScanner) SourceFileScanner.add_scanner(suffix, PDFLaTeXScanner) -# Tool aliases are needed for those tools whos module names also +# Tool aliases are needed for those tools whose module names also # occur in the python standard library. This causes module shadowing and # can break using python library functions under python3 TOOL_ALIASES = { |