Fix typos

This commit is contained in:
Joe Farebrother
2022-06-29 13:57:51 +01:00
parent 03c2a0e818
commit abf894a64c
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/** Defintions for the web view certificate validation query */
/** Definitions for the web view certificate validation query */
import java
@@ -28,7 +28,7 @@ private class SslProceedCall extends MethodAccess {
}
}
/** Holds if `m` trusts all certifiates by calling `SslErrorHandler.proceed` unconditionally. */
/** Holds if `m` trusts all certificates by calling `SslErrorHandler.proceed` unconditionally. */
predicate trustsAllCerts(OnReceivedSslErrorMethod m) {
exists(SslProceedCall pr | pr.getQualifier().(VarAccess).getVariable() = m.handlerArg()) and
not exists(SslCancelCall ca | ca.getQualifier().(VarAccess).getVariable() = m.handlerArg())