Skip to content

Commit 03da627

Browse files
committed
fix typo identified by QL-for-QL
1 parent bb289e2 commit 03da627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/data/internal/ApiGraphModelsSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ predicate isExtraValidTokenNameInIdentifyingAccessPath(string name) {
177177
}
178178

179179
/**
180-
* Holds if `name` is a valid name for an access path token with no arguments, occuring
180+
* Holds if `name` is a valid name for an access path token with no arguments, occurring
181181
* in an identifying access path.
182182
*/
183183
predicate isExtraValidNoArgumentTokenInIdentifyingAccessPath(string name) {

0 commit comments

Comments
 (0)