Issue 2183, fix typos
authorGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 25 Sep 2008 18:35:12 +0000 (18:35 +0000)
committerGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 25 Sep 2008 18:35:12 +0000 (18:35 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3474 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/engine/SCons/Tool/masm.py
src/engine/SCons/Tool/nasm.py

index ea34d796cca7f0f620536cffca16a8bdfcbfbd7d..d3a525fd07d55b08f93cf29474dbbe6bb76d9c92 100644 (file)
@@ -38,7 +38,7 @@ import SCons.Tool
 import SCons.Util
 
 ASSuffixes = ['.s', '.asm', '.ASM']
-ASPPSuffixes = ['.spp', '.SPP', 'sx']
+ASPPSuffixes = ['.spp', '.SPP', '.sx']
 if SCons.Util.case_sensitive_suffixes('.s', '.S'):
     ASPPSuffixes.extend(['.S'])
 else:
index bbd99fdc9943da0ae1cc44d0b32b768f3a1a24dc..f1b0e5506c095110790c05e60c47265322d9b549 100644 (file)
@@ -38,7 +38,7 @@ import SCons.Tool
 import SCons.Util
 
 ASSuffixes = ['.s', '.asm', '.ASM']
-ASPPSuffixes = ['.spp', '.SPP', 'sx']
+ASPPSuffixes = ['.spp', '.SPP', '.sx']
 if SCons.Util.case_sensitive_suffixes('.s', '.S'):
     ASPPSuffixes.extend(['.S'])
 else: