Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e1ea5 commit 3c7d9c3Copy full SHA for 3c7d9c3
1 file changed
python/ql/src/semmle/python/ApiGraphs.qll
@@ -88,7 +88,7 @@ module API {
88
* Gets a node representing the result of the function represented by this node.
89
*
90
* This predicate may have multiple results when there are multiple invocations of this API component.
91
- * Consider using `getACall()` if there is a need to distingiush between individual calls.
+ * Consider using `getACall()` if there is a need to distinguish between individual calls.
92
*/
93
Node getReturn() { result = getASuccessor(Label::return()) }
94
0 commit comments