diff --git a/src/node_crypto.h b/src/node_crypto.h index ff1d43c7fb90e4..38fd806e62d154 100644 --- a/src/node_crypto.h +++ b/src/node_crypto.h @@ -419,7 +419,7 @@ class KeyObjectData { KeyType GetKeyType() const; // These functions allow unprotected access to the raw key material and should - // only be used to implement cryptograohic operations requiring the key. + // only be used to implement cryptographic operations requiring the key. ManagedEVPPKey GetAsymmetricKey() const; const char* GetSymmetricKey() const; size_t GetSymmetricKeySize() const;