File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python/frameworks/data/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 */
402402bindingset [ name]
You can’t perform that action at this time.
0 commit comments