fix common misspellings throughout github/codeql

This commit is contained in:
Erik Krogh Kristensen
2022-07-14 23:31:47 +02:00
committed by erik-krogh
parent db614bda29
commit 887f6557ed
39 changed files with 48 additions and 48 deletions

View File

@@ -111,7 +111,7 @@ private MethodSignature getMethodSignatureWithFingerprint(
* Holds if the two method signatures are overloads of each other and have the same parameter types.
*/
predicate signaturesMatch(MethodSignature method, MethodSignature other) {
// the intial search for another overload in a single call for better join-order.
// the initial search for another overload in a single call for better join-order.
other =
getMethodSignatureWithFingerprint(method.getDeclaringType(), method.getName(),
method.getBody().getNumParameter(), getKind(method)) and