From 72d3fbea65b5a571a0e5fec9a35aff5e650c7bcc Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 19 Jun 2013 18:31:33 +0200 Subject: [PATCH] Fix comment typo in integration/aof.tcl. --- tests/integration/aof.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/aof.tcl b/tests/integration/aof.tcl index ebf9cb56..f255d7ec 100644 --- a/tests/integration/aof.tcl +++ b/tests/integration/aof.tcl @@ -98,7 +98,7 @@ tags {"aof"} { } } - ## Test that SPOP (that modifies the client its argc/argv) is correctly free'd + ## Test that SPOP (that modifies the client's argc/argv) is correctly free'd create_aof { append_to_aof [formatCommand sadd set foo] append_to_aof [formatCommand sadd set bar] -- GitLab