summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2b4fb85..968b21e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
* 3.1.0 (in development)
* Added a reacquire method to Lock objects. reaquire attempts to renew
- the lock such that the timeout is extended to the same value taht the
+ the lock such that the timeout is extended to the same value that the
lock was initially acquired with. Thanks Ihor Kalnytskyi. #1014
* Stream names found within XREAD and XREADGROUP responses now properly
respect the decode_responses flag.