remove a bunch of repeated words

This commit is contained in:
Erik Krogh Kristensen
2022-07-14 12:35:23 +02:00
parent 2ea2bd8966
commit 85a652f3d1
13 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
* Helper file that imports all framework modeling.
*/
// If you add modeling of a new framework/library, remember to add it it to the docs in
// If you add modeling of a new framework/library, remember to add it to the docs in
// `docs/codeql/support/reusables/frameworks.rst`
private import semmle.python.frameworks.Aioch
private import semmle.python.frameworks.Aiohttp

View File

@@ -333,7 +333,7 @@ abstract class Sanitizer extends string {
/** Holds if `taint` cannot flow through `node`. */
predicate sanitizingNode(TaintKind taint, ControlFlowNode node) { none() }
/** Holds if `call` removes removes the `taint` */
/** Holds if `call` removes the `taint` */
predicate sanitizingCall(TaintKind taint, FunctionObject callee) { none() }
/** Holds if `test` shows value to be untainted with `taint` */