Skip to content

Commit c02b6b3

Browse files
committed
spelling: qualified
Signed-off-by: Josh Soref <[email protected]>
1 parent 7b019da commit c02b6b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ private module NotExposed {
6868
// modeling. See https://github.com/github/codeql/pull/5632 for more discussion.
6969
//
7070
//
71-
bindingset[fullyQaulified]
72-
string fullyQualifiedToApiGraphPath(string fullyQaulified) {
73-
result = "moduleImport(\"" + fullyQaulified.replaceAll(".", "\").getMember(\"") + "\")"
71+
bindingset[fullyQualified]
72+
string fullyQualifiedToApiGraphPath(string fullyQualified) {
73+
result = "moduleImport(\"" + fullyQualified.replaceAll(".", "\").getMember(\"") + "\")"
7474
}
7575

7676
/** DEPRECATED: Alias for fullyQualifiedToApiGraphPath */

0 commit comments

Comments
 (0)