]> git.saurik.com Git - redis.git/blobdiff - client-libraries/tcl/redis.tcl
Non blocking replication (finally!). C-side linked lists API improved.
[redis.git] / client-libraries / tcl / redis.tcl
index 6cc713d2fbc4aea898ea6171af7d55cd51b06371..6890bfb64c5136dfcf1228f977ff0182fe1ca294 100644 (file)
@@ -106,6 +106,6 @@ proc ::redis::redis_read_reply fd {
         - {return -code error [redis_read_line $fd]}
         $ {redis_bulk_read $fd}
         * {redis_multi_bulk_read $fd}
-        default {return -code error "Bad protocl, $type as reply type byte"}
+        default {return -code error "Bad protocol, $type as reply type byte"}
     }
 }