Fix typo in bitops.tcl comment.

This commit is contained in:
antirez 2016-03-02 15:14:53 +01:00
parent fe64960ad5
commit 27fc01a7b8

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 {}]