Fix typo in bitops.tcl comment.

This commit is contained in:
antirez 2016-03-02 15:14:53 +01:00
parent bb561c71a7
commit fa4c5200a3

View File

@ -1,4 +1,4 @@
# Compare Redis commadns against Tcl implementations of the same commands.
# Compare Redis commands against Tcl implementations of the same commands.
proc count_bits s {
binary scan $s b* bits
string length [regsub -all {0} $bits {}]