]> git.saurik.com Git - redis.git/commitdiff
fixed typo in comment
authorantirez <antirez@gmail.com>
Wed, 13 Apr 2011 18:17:11 +0000 (20:17 +0200)
committerantirez <antirez@gmail.com>
Wed, 13 Apr 2011 18:17:11 +0000 (20:17 +0200)
src/redis-trib.rb

index 413f7c070dfebf10ad106cffa2f3b0734251b4f5..af599cbec88cfde8611b5e5db3c3054b942fad66 100755 (executable)
@@ -80,7 +80,7 @@ class ClusterNode
 
     def info_string
         # We want to display the hash slots assigned to this node
-        # as ranges, like in: "1-5,8,9,20-35,30"
+        # as ranges, like in: "1-5,8-9,20-25,30"
         #
         # Note: this could be easily written without side effects,
         # we use 'slots' just to split the computation into steps.