summaryrefslogtreecommitdiffstats
path: root/SCons
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-06-30 19:07:01 (GMT)
committerMats Wichmann <mats@linux.com>2022-06-30 19:07:01 (GMT)
commitb16ae6440ad87e47592a2ffb06bd50be3d6a84e5 (patch)
tree7e5a157440b7b9645bfa5f18be537226871541b4 /SCons
parent3fc497c7775f572a32056a1c6b52ee4592c4bced (diff)
downloadSCons-b16ae6440ad87e47592a2ffb06bd50be3d6a84e5.zip
SCons-b16ae6440ad87e47592a2ffb06bd50be3d6a84e5.tar.gz
SCons-b16ae6440ad87e47592a2ffb06bd50be3d6a84e5.tar.bz2
Sider fixes
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons')
-rw-r--r--SCons/Tool/lex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/lex.py b/SCons/Tool/lex.py
index 262fe25..0cf7de7 100644
--- a/SCons/Tool/lex.py
+++ b/SCons/Tool/lex.py
@@ -65,7 +65,7 @@ def lexEmitter(target, source, env) -> tuple:
# NOTE: a filename passed to the command this way is not modified by SCons,
# and so will be interpreted relative to the project top directory at
# execution time, while the name added to the target list will be
- # interpreted relative to the SConscript directory - a possibile mismatch.
+ # interpreted relative to the SConscript directory - a possible mismatch.
#
# These are GNU flex-only options.
# TODO: recognize --outfile also?