Skip to content

Commit 6fae14a

Browse files
danbevMylesBorins
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 7915214 commit 6fae14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_crypto.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ class KeyObjectData {
420420
KeyType GetKeyType() const;
421421

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

0 commit comments

Comments
 (0)