aboutsummaryrefslogtreecommitdiff
path: root/test/common/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/index.js')
-rw-r--r--test/common/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/index.js b/test/common/index.js
index ee12b641dd..ac983d0a85 100644
--- a/test/common/index.js
+++ b/test/common/index.js
@@ -811,7 +811,7 @@ module.exports = {
const opensslCmd = spawnSync(opensslCli, ['version']);
if (opensslCmd.status !== 0 || opensslCmd.error !== undefined) {
- // openssl command cannot be executed
+ // OpenSSL command cannot be executed
opensslCli = false;
}
return opensslCli;