Skip to content

Commit 090f869

Browse files
danbevaddaleax
authored andcommitted
src: fix minor comment typo in KeyObjectData
PR-URL: #34167 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: David Carlier <[email protected]>
1 parent b828560 commit 090f869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_crypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ class KeyObjectData {
419419
KeyType GetKeyType() const;
420420

421421
// These functions allow unprotected access to the raw key material and should
422-
// only be used to implement cryptograohic operations requiring the key.
422+
// only be used to implement cryptographic operations requiring the key.
423423
ManagedEVPPKey GetAsymmetricKey() const;
424424
const char* GetSymmetricKey() const;
425425
size_t GetSymmetricKeySize() const;

0 commit comments

Comments
 (0)