1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Fix typo in index.js

This commit is contained in:
Andy Ganchrow
2019-02-05 09:02:04 -08:00
committed by Ruben Bridgewater
parent 06635b77cc
commit 171cbc5a09

View File

@@ -205,7 +205,7 @@ function create_parser (self) {
err.message += '. Please report this.';
self.ready = false;
self.flush_and_error({
message: 'Fatal error encountert. Command aborted.',
message: 'Fatal error encountered. Command aborted.',
code: 'NR_FATAL'
}, {
error: err,