Skip to content

Commit c527264

Browse files
committed
spelling: execute
Signed-off-by: Josh Soref <[email protected]>
1 parent de63bbc commit c527264

File tree

1 file changed

+3
-3
lines changed
  • python/ql/lib/semmle/python/frameworks

1 file changed

+3
-3
lines changed

python/ql/lib/semmle/python/frameworks/Aiopg.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ private module Aiopg {
9898
* See https://aiopg.readthedocs.io/en/stable/sa.html#aiopg.sa.SAConnection.execute
9999
*/
100100
class AwaitedSAConnectionExecuteCall extends SqlExecution::Range {
101-
SAConnectionExecuteCall excute;
101+
SAConnectionExecuteCall execute;
102102

103-
AwaitedSAConnectionExecuteCall() { this = excute.getReturn().getAwaited().asSource() }
103+
AwaitedSAConnectionExecuteCall() { this = execute.getReturn().getAwaited().asSource() }
104104

105-
override DataFlow::Node getSql() { result = excute.getSql() }
105+
override DataFlow::Node getSql() { result = execute.getSql() }
106106
}
107107
}

0 commit comments

Comments
 (0)