File tree Expand file tree Collapse file tree
python/ql/src/Security/CWE-327 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import semmle.python.dataflow.new.DataFlow
1515import 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.
2121class 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.
3737class Nameable extends DataFlow:: Node {
You can’t perform that action at this time.
0 commit comments