Skip to content

Commit 802faf1

Browse files
authored
Merge pull request #7296 from intrigus-lgtm/patch-7
Fix QL Doc typo.
2 parents 520f598 + 2c4ccb7 commit 802faf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ module Private {
10051005
/** Gets the string representation of this callable used by `summary/1`. */
10061006
abstract string getCallableCsv();
10071007

1008-
/** Holds if flow is progated between `input` and `output` */
1008+
/** Holds if flow is propagated between `input` and `output`. */
10091009
predicate relevantSummary(
10101010
SummaryComponentStack input, SummaryComponentStack output, boolean preservesValue
10111011
) {

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ module Private {
10051005
/** Gets the string representation of this callable used by `summary/1`. */
10061006
abstract string getCallableCsv();
10071007

1008-
/** Holds if flow is progated between `input` and `output` */
1008+
/** Holds if flow is propagated between `input` and `output`. */
10091009
predicate relevantSummary(
10101010
SummaryComponentStack input, SummaryComponentStack output, boolean preservesValue
10111011
) {

ruby/ql/lib/codeql/ruby/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ module Private {
10051005
/** Gets the string representation of this callable used by `summary/1`. */
10061006
abstract string getCallableCsv();
10071007

1008-
/** Holds if flow is progated between `input` and `output` */
1008+
/** Holds if flow is propagated between `input` and `output`. */
10091009
predicate relevantSummary(
10101010
SummaryComponentStack input, SummaryComponentStack output, boolean preservesValue
10111011
) {

0 commit comments

Comments
 (0)