Commit 72d3fbea authored by antirez's avatar antirez
Browse files

Fix comment typo in integration/aof.tcl.

parent 3642557a
...@@ -98,7 +98,7 @@ tags {"aof"} { ...@@ -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 { create_aof {
append_to_aof [formatCommand sadd set foo] append_to_aof [formatCommand sadd set foo]
append_to_aof [formatCommand sadd set bar] append_to_aof [formatCommand sadd set bar]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment