mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
fix common misspellings throughout github/codeql
This commit is contained in:
committed by
erik-krogh
parent
db614bda29
commit
887f6557ed
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user