diff --git a/index.js b/index.js index afcf58ae25..8c926fdc42 100644 --- a/index.js +++ b/index.js @@ -410,7 +410,7 @@ RedisClient.prototype.connection_gone = function () { self.emit("reconnecting", "delay " + self.retry_delay + ", attempt " + self.attempts); self.retry_timer = setTimeout(function () { if (exports.debug_mode) { - console.log("Retrying conneciton..."); + console.log("Retrying connection..."); } self.retry_delay = self.retry_delay * self.retry_backoff; self.stream.destroy();