From 27fc01a7b864572b85f64aad5efffb7199ec0dba Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 2 Mar 2016 15:14:53 +0100 Subject: [PATCH] Fix typo in bitops.tcl comment. --- tests/unit/bitops.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {}]