spelling: printing

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-12 14:35:31 -04:00
parent 2f8c515064
commit 7883263375

View File

@@ -15,7 +15,7 @@ import semmle.python.dataflow.new.DataFlow
import FluentApiModel
// Helper for pretty printer `configName`.
// This is a consequence of missing pretty priting.
// This is a consequence of missing pretty printing.
// We do not want to evaluate our bespoke pretty printer
// for all `DataFlow::Node`s so we define a sub class of interesting ones.
class ProtocolConfiguration extends DataFlow::Node {
@@ -31,7 +31,7 @@ class ProtocolConfiguration extends DataFlow::Node {
}
// Helper for pretty printer `callName`.
// This is a consequence of missing pretty priting.
// This is a consequence of missing pretty printing.
// We do not want to evaluate our bespoke pretty printer
// for all `DataFlow::Node`s so we define a sub class of interesting ones.
class Nameable extends DataFlow::Node {