summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto.cc')
-rw-r--r--src/node_crypto.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_crypto.cc b/src/node_crypto.cc
index f959f0a33c..a06e00df16 100644
--- a/src/node_crypto.cc
+++ b/src/node_crypto.cc
@@ -913,7 +913,7 @@ void SecureContext::SetDHParam(const FunctionCallbackInfo<Value>& args) {
(void) &clear_error_on_return; // Silence compiler warning.
// Auto DH is not supported in openssl 1.0.1, so dhparam needs
- // to be specifed explicitly
+ // to be specified explicitly
if (args.Length() != 1)
return env->ThrowTypeError("DH argument is mandatory");