From fa4c5200a3d76555e805e5b5ba051548721e25e2 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 9751850ad..309a5d460 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 {}]