Skip to content

Commit 818975d

Browse files
committed
sync upstream typo fixes
1 parent 5d1c41c commit 818975d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* A `(package,type)` pair may refer to a static type or a synthetic type name used internally in the model.
6060
* Synthetic type names can be used to reuse intermediate sub-paths, when there are multiple ways to access the same
6161
* element.
62-
* See `ModelsAsData.qll` for the langauge-specific interpretation of packages and static type names.
62+
* See `ModelsAsData.qll` for the language-specific interpretation of packages and static type names.
6363
*
6464
* By convention, if one wants to avoid clashes with static types from the package, the type name
6565
* should be prefixed with a tilde character (`~`). For example, `(foo, ~Bar)` can be used to indicate that
@@ -396,7 +396,7 @@ predicate isValidTokenNameInIdentifyingAccessPath(string name) {
396396
}
397397

398398
/**
399-
* Holds if `name` is a valid name for an access path token with no arguments, occuring
399+
* Holds if `name` is a valid name for an access path token with no arguments, occurring
400400
* in an identifying access path.
401401
*/
402402
bindingset[name]

0 commit comments

Comments
 (0)