diff options
Diffstat (limited to 'redis/connection.py')
-rwxr-xr-x | redis/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/connection.py b/redis/connection.py index 44a9922..81b437b 100755 --- a/redis/connection.py +++ b/redis/connection.py @@ -656,7 +656,7 @@ class Connection(object): "Send an already packed command to the Redis server" if not self._sock: self.connect() - # guard against health check recurrsion + # guard against health check recursion if check_health: self.check_health() try: |