mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Fix non-US spellings: s/analyse/analyze
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import cpp
|
||||
|
||||
from AnalysedString s, string str
|
||||
from AnalyzedString s, string str
|
||||
where
|
||||
if s.(StringLiteral).getUnspecifiedType().(DerivedType).getBaseType() instanceof Wchar_t
|
||||
then str = "[?]"
|
||||
|
||||
Reference in New Issue
Block a user