Skip to content

Commit 9f31ef8

Browse files
committed
Python: fix spelling of SqlExecution class in comment
1 parent 4a98ef0 commit 9f31ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ module CodeExecution {
311311
* Often, it is worthy of an alert if an SQL statement is constructed such that
312312
* executing it would be a security risk.
313313
*
314-
* If it is important that the SQL statement is indeed executed, then use `SQLExecution`.
314+
* If it is important that the SQL statement is indeed executed, then use `SqlExecution`.
315315
*
316316
* Extend this class to refine existing API models. If you want to model new APIs,
317317
* extend `SqlConstruction::Range` instead.
@@ -329,7 +329,7 @@ module SqlConstruction {
329329
* Often, it is worthy of an alert if an SQL statement is constructed such that
330330
* executing it would be a security risk.
331331
*
332-
* If it is important that the SQL statement is indeed executed, then use `SQLExecution`.
332+
* If it is important that the SQL statement is indeed executed, then use `SqlExecution`.
333333
*
334334
* Extend this class to model new APIs. If you want to refine existing API models,
335335
* extend `SqlConstruction` instead.

0 commit comments

Comments
 (0)