We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7915214 commit 6fae14aCopy full SHA for 6fae14a
src/node_crypto.h
@@ -420,7 +420,7 @@ class KeyObjectData {
420
KeyType GetKeyType() const;
421
422
// These functions allow unprotected access to the raw key material and should
423
- // only be used to implement cryptograohic operations requiring the key.
+ // only be used to implement cryptographic operations requiring the key.
424
ManagedEVPPKey GetAsymmetricKey() const;
425
const char* GetSymmetricKey() const;
426
size_t GetSymmetricKeySize() const;
0 commit comments