Skip to content

Commit ce234fc

Browse files
committed
chore(certs): Fix typo in dev comment
1 parent 4e7da65 commit ce234fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-certs/src/ca

crates/stackable-certs/src/ca/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ where
247247
//
248248
// The root profile doesn't add the AuthorityKeyIdentifier extension.
249249
// We manually add it below by using the 160-bit SHA-1 hash of the
250-
// subject pulic key. This conforms to one of the outlined methods for
250+
// subject public key. This conforms to one of the outlined methods for
251251
// generating key identifiers outlined in RFC 5280, section 4.2.1.2.
252252
//
253253
// Prepare extensions so we can avoid clones.

0 commit comments

Comments
 (0)