зеркало из https://github.com/github/codeql.git
fix typo
This commit is contained in:
Родитель
a5e789c72b
Коммит
3a4f0299c7
|
@ -5793,6 +5793,8 @@ predicate typos(string wrong, string right) {
|
|||
or
|
||||
wrong = "paramters" and right = "parameters"
|
||||
or
|
||||
wrong = "parametarized" and right = "parameterized"
|
||||
or
|
||||
wrong = "paranthesis" and right = "parenthesis"
|
||||
or
|
||||
wrong = "paraphenalia" and right = "paraphernalia"
|
||||
|
|
|
@ -176,7 +176,7 @@ module PredConsistency {
|
|||
c > 1 and
|
||||
resolvePredicateExpr(pe, p)
|
||||
}
|
||||
// This can happen with parametarized modules
|
||||
// This can happen with parameterized modules
|
||||
/*
|
||||
* query predicate multipleResolveCall(Call call, int c, PredicateOrBuiltin p) {
|
||||
* c =
|
||||
|
|
|
@ -5793,6 +5793,8 @@ predicate typos(string wrong, string right) {
|
|||
or
|
||||
wrong = "paramters" and right = "parameters"
|
||||
or
|
||||
wrong = "parametarized" and right = "parameterized"
|
||||
or
|
||||
wrong = "paranthesis" and right = "parenthesis"
|
||||
or
|
||||
wrong = "paraphenalia" and right = "paraphernalia"
|
||||
|
|
Загрузка…
Ссылка в новой задаче