Skip to content

Commit 5892d66

Browse files
committed
spelling: transformer
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 7055b13 commit 5892d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/ql/src/codeql_ql/style/MisspellingQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ predicate misspelling(string wrong, string right, string mistake) {
1111
}
1212

1313
predicate additional_typos(string wrong, string right) {
14-
wrong = "tranformer" and right = "transformer"
14+
wrong = "transformer" and right = "transformer"
1515
}
1616

1717
/**

0 commit comments

Comments
 (0)