From a5239bc1e8884d115ad8615565330daf3a7c4e7c Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Thu, 11 Aug 2022 10:27:20 +0200 Subject: [PATCH] fix one more misspelling in swift --- .../codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll b/swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll index bbcd68d116a..41c2eaa01d9 100644 --- a/swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll +++ b/swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll @@ -1364,7 +1364,7 @@ module Exprs { or // And finally, we visit the body that potentially mutates the local variable. // Note that the CFG for the body will skip the first element in the - // body because it's guarenteed to be the variable declaration + // body because it's guaranteed to be the variable declaration // that we've already visited at i = 0. See the explanation // in `BraceStmtTree` for why this is necessary. i = 2 and