Fix variable misspelling.

llvm-svn: 51122
This commit is contained in:
Ted Kremenek 2008-05-14 20:20:46 +00:00
parent cf05a830b1
commit e0927a0f49
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ def inferlanguage(extension):
return "objective-c" return "objective-c"
elif extension == "mi": elif extension == "mi":
return "objective-c-cpp-output" return "objective-c-cpp-output"
elif extention == "s": elif extension == "s":
return "skip" return "skip"
else: else:
return "unknown" return "unknown"