diff options
author | antirez <antirez@gmail.com> | 2013-06-19 18:31:33 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2013-06-19 18:31:33 +0200 |
commit | f8ba3b566890f994aec4d0fb1a14d4a8851955e1 (patch) | |
tree | 7b2c5c53aefe1261bd8985121e24206ebc2cfb85 /tests | |
parent | d363299af33fefb8753c44ed554f313d0203b803 (diff) | |
download | redis-f8ba3b566890f994aec4d0fb1a14d4a8851955e1.tar.gz |
Fix comment typo in integration/aof.tcl.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/aof.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/aof.tcl b/tests/integration/aof.tcl index ebf9cb564..f255d7ec1 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] |