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

Skip to content

Commit 581824a

Browse files
committed
C#/Java/Ruby/Swift: Fix various typos.
1 parent 8949f71 commit 581824a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ module Public {
246246
NegativeSummarizedCallable() { negativeSummaryElement(this, _) }
247247

248248
/**
249-
* Holds if the none summary is auto generated.
249+
* Holds if the negative summary is auto generated.
250250
*/
251251
predicate isAutoGenerated() { negativeSummaryElement(this, true) }
252252
}

java/ql/lib/semmle/code/java/dataflow/CsvValidation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private string getInvalidModelSignature() {
116116
or
117117
negativeSummaryModel(namespace, type, name, signature, provenance) and
118118
ext = "" and
119-
pred = "nonesummary"
119+
pred = "negative summary"
120120
|
121121
not namespace.regexpMatch("[a-zA-Z0-9_\\.]+") and
122122
result = "Dubious namespace \"" + namespace + "\" in " + pred + " model."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ module Public {
246246
NegativeSummarizedCallable() { negativeSummaryElement(this, _) }
247247

248248
/**
249-
* Holds if the none summary is auto generated.
249+
* Holds if the negative summary is auto generated.
250250
*/
251251
predicate isAutoGenerated() { negativeSummaryElement(this, true) }
252252
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ module Public {
246246
NegativeSummarizedCallable() { negativeSummaryElement(this, _) }
247247

248248
/**
249-
* Holds if the none summary is auto generated.
249+
* Holds if the negative summary is auto generated.
250250
*/
251251
predicate isAutoGenerated() { negativeSummaryElement(this, true) }
252252
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ module Public {
246246
NegativeSummarizedCallable() { negativeSummaryElement(this, _) }
247247

248248
/**
249-
* Holds if the none summary is auto generated.
249+
* Holds if the negative summary is auto generated.
250250
*/
251251
predicate isAutoGenerated() { negativeSummaryElement(this, true) }
252252
}

0 commit comments

Comments
 (0)