diff --git a/tests/unit/bitops.tcl b/tests/unit/bitops.tcl index 9751850a..309a5d46 100644 --- a/tests/unit/bitops.tcl +++ b/tests/unit/bitops.tcl @@ -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 {}]