Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56684ca

Browse files
committed
spelling: configuration
Signed-off-by: Josh Soref <[email protected]>
1 parent 0536fb7 commit 56684ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/PrintIRLocalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private string getNodeProperty(DataFlow::Node node, string key) {
100100
or
101101
// Is there partial flow from a source to this node?
102102
// This property will only be emitted if partial flow is enabled by overriding
103-
// `DataFlow::Configration::explorationLimit()`.
103+
// `DataFlow::Configuration::explorationLimit()`.
104104
key = "pflow" and
105105
result =
106106
strictconcat(DataFlow::PartialPathNode sourceNode, DataFlow::PartialPathNode destNode, int dist,

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/PrintIRLocalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private string getNodeProperty(DataFlow::Node node, string key) {
100100
or
101101
// Is there partial flow from a source to this node?
102102
// This property will only be emitted if partial flow is enabled by overriding
103-
// `DataFlow::Configration::explorationLimit()`.
103+
// `DataFlow::Configuration::explorationLimit()`.
104104
key = "pflow" and
105105
result =
106106
strictconcat(DataFlow::PartialPathNode sourceNode, DataFlow::PartialPathNode destNode, int dist,

0 commit comments

Comments
 (0)