Skip to content

Commit 40450a2

Browse files
authored
typo
1 parent 27c1e47 commit 40450a2

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Pg.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module Pg {
3535
}
3636
}
3737

38-
/** A call that prepares an SQL statment to be executed later. */
38+
/** A call that prepares an SQL statement to be executed later. */
3939
private class PgPrepareCall extends SqlConstruction::Range, DataFlow::CallNode {
4040
private DataFlow::Node query;
4141
private PgConnection pgConnection;

0 commit comments

Comments
 (0)