Index: nss/lib/libpkix/include/pkix_revchecker.h |
diff --git a/nss/lib/libpkix/include/pkix_revchecker.h b/nss/lib/libpkix/include/pkix_revchecker.h |
index 9f65a8444631407d3602c485cca052bf0ca2f015..18a10cd2369d7e066b4c458b697b52204bbfe8f9 100755 |
--- a/nss/lib/libpkix/include/pkix_revchecker.h |
+++ b/nss/lib/libpkix/include/pkix_revchecker.h |
@@ -117,7 +117,7 @@ PKIX_RevocationChecker_Create( |
* "methodFlags" |
* Set of flags for the method. |
* "methodPriority" |
- * Method priority. (0 corresponds to a highest priority) |
+ * Method priority. (0 corresponds to the highest priority) |
* "verificationFn" |
* User call back function that will perform validation of fetched |
* revocation information(new crl or ocsp response) |
@@ -143,7 +143,7 @@ PKIX_RevocationChecker_CreateAndAddMethod( |
PKIX_ProcessingParams *params, |
PKIX_RevocationMethodType methodType, |
PKIX_UInt32 methodFlags, |
- PKIX_UInt32 mathodPriority, |
+ PKIX_UInt32 methodPriority, |
PKIX_PL_VerifyCallback verificationFn, |
PKIX_Boolean isLeafMethod, |
void *plContext); |