We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7055b13 commit 5892d66Copy full SHA for 5892d66
1 file changed
ql/ql/src/codeql_ql/style/MisspellingQuery.qll
@@ -11,7 +11,7 @@ predicate misspelling(string wrong, string right, string mistake) {
11
}
12
13
predicate additional_typos(string wrong, string right) {
14
- wrong = "tranformer" and right = "transformer"
+ wrong = "transformer" and right = "transformer"
15
16
17
/**
0 commit comments