Skip to content

Commit

Permalink
Fix mispelled "extension" word
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarco76 committed May 22, 2024
1 parent d6650be commit bb3bcdd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion base/ca/shared/profiles/ca/caCMCECserverCertWithCRLDP.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
desc=This certificate profile is for enrolling server certificates with ECC keys using CMC and CRL-DP extention for certificate validation.
desc=This certificate profile is for enrolling server certificates with ECC keys using CMC and CRL-DP extension for certificate validation.
visible=false
enable=false
enableBy=admin
Expand Down
2 changes: 1 addition & 1 deletion base/ca/shared/profiles/ca/caCMCserverCertWithCRLDP.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
desc=This certificate profile is for enrolling server certificates using CMC and CRL-DP extention for certificate validation.
desc=This certificate profile is for enrolling server certificates using CMC and CRL-DP extension for certificate validation.
visible=false
enable=false
enableBy=admin
Expand Down
2 changes: 1 addition & 1 deletion base/ca/shared/profiles/ca/caECServerCertWithCRLDP.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
desc=This certificate profile is for enrolling server certificates with ECC keys and CRL-DP extention for certificate validation.
desc=This certificate profile is for enrolling server certificates with ECC keys and CRL-DP extension for certificate validation.
visible=false
enable=false
enableBy=admin
Expand Down
2 changes: 1 addition & 1 deletion base/ca/shared/profiles/ca/caServerCertWithCRLDP.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
desc=This certificate profile is for enrolling server certificates and CRL-DP extention for certificate validation.
desc=This certificate profile is for enrolling server certificates and CRL-DP extension for certificate validation.
visible=false
enable=false
enableBy=admin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ public static String getSKIString(X509CertImpl cert) throws IOException {
}

/*
* get extention from PKCS10 request
* get extension from PKCS10 request
*/
public static org.mozilla.jss.netscape.security.x509.Extension getExtensionFromPKCS10(PKCS10 pkcs10,
String extnName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class UIMapperRegistry {
*
* @param className fully qualified class name implementing CertAttrSet
* @param oid the string representation of the object identifier
* @param extentionName the name of the attribute.
* @param attrName the name of the attribute.
* @param mapperClassName fully qualified class name implementing UI
*/
/* XXX WE DON'T NEED THIS
Expand All @@ -68,7 +68,7 @@ public static void registerCertAttrUI(String className, String oid,
* internal register new cert attr
*
* @param className fully qualified class name implementing CertAttrSet
* @param extentionName the name of the attribute.
* @param attrName the name of the attribute.
* @param mapperClassName fully qualified class name implementing UI
*/
public static void registerCertAttrUI(String attrName, String mapperClassName) {
Expand Down

0 comments on commit bb3bcdd

Please sign in to comment.