Skip to content

Commit 7883263

Browse files
committed
spelling: printing
Signed-off-by: Josh Soref <[email protected]>
1 parent 2f8c515 commit 7883263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/Security/CWE-327/InsecureProtocol.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import semmle.python.dataflow.new.DataFlow
1515
import FluentApiModel
1616

1717
// Helper for pretty printer `configName`.
18-
// This is a consequence of missing pretty priting.
18+
// This is a consequence of missing pretty printing.
1919
// We do not want to evaluate our bespoke pretty printer
2020
// for all `DataFlow::Node`s so we define a sub class of interesting ones.
2121
class ProtocolConfiguration extends DataFlow::Node {
@@ -31,7 +31,7 @@ class ProtocolConfiguration extends DataFlow::Node {
3131
}
3232

3333
// Helper for pretty printer `callName`.
34-
// This is a consequence of missing pretty priting.
34+
// This is a consequence of missing pretty printing.
3535
// We do not want to evaluate our bespoke pretty printer
3636
// for all `DataFlow::Node`s so we define a sub class of interesting ones.
3737
class Nameable extends DataFlow::Node {

0 commit comments

Comments
 (0)