]> git.saurik.com Git - redis.git/blobdiff - TODO
Spelling fixes.
[redis.git] / TODO
diff --git a/TODO b/TODO
index d45b35047becca1f9445bfb73692a67e72fdf582..2e55cea7636df5e0acaaf04006109b1d33c40732 100644 (file)
--- a/TODO
+++ b/TODO
@@ -39,7 +39,7 @@ SCRIPTING
 APPEND ONLY FILE
 ================
 
-* in AOF rewirte use HMSET to rewrite small hashes instead of multiple calls
+* in AOF rewrite use HMSET to rewrite small hashes instead of multiple calls
   to HSET.
 
 OPTIMIZATIONS
@@ -75,7 +75,7 @@ KNOWN BUGS
     AOF is loading.
 * #519: Slave may have expired keys that were never read in the master (so a DEL
   is not sent in the replication channel) but are already expired since
-  a lot of time. Maybe after a given delay that is undoubltly greater than
+  a lot of time. Maybe after a given delay that is undoubtably greater than
   the replication link latency we should expire this key on the slave on
   access?