From 2b78ac810b49652b9c8651046da4ef362e4de0db Mon Sep 17 00:00:00 2001 From: Jake Clarkson Date: Wed, 26 Apr 2017 15:49:50 +0100 Subject: [PATCH] Correct typo in tests/unit/hyperloglog.tcl --- tests/unit/hyperloglog.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/hyperloglog.tcl b/tests/unit/hyperloglog.tcl index 7d36b7a35..840b09628 100644 --- a/tests/unit/hyperloglog.tcl +++ b/tests/unit/hyperloglog.tcl @@ -79,7 +79,7 @@ start_server {tags {"hll"}} { } } - test {Corrupted sparse HyperLogLogs are detected: Additionl at tail} { + test {Corrupted sparse HyperLogLogs are detected: Additional at tail} { r del hll r pfadd hll a b c r append hll "hello"