summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-05-24 10:43:19 +0200
committerantirez <antirez@gmail.com>2011-05-24 10:43:31 +0200
commit480a2e73cff1ab493ac3562d47c37eb7189d2df6 (patch)
tree4420d78c94091970b9f819e56f72fadf9d80ab3e
parentf447a7ebb4aabef7997f86bd991716b6633b903b (diff)
downloadredis-480a2e73cff1ab493ac3562d47c37eb7189d2df6.tar.gz
Comment typo fixed
-rw-r--r--tests/integration/replication.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl
index 7be4df4b7..892fae03b 100644
--- a/tests/integration/replication.tcl
+++ b/tests/integration/replication.tcl
@@ -28,7 +28,7 @@ start_server {tags {"repl"}} {
createComplexDataset r 50000 useexpire
after 4000 ;# Make sure everything expired before taking the digest
r keys * ;# Force DEL syntesizing to slave
- after 1000 ;# Wait another second. Now everything should be file.
+ after 1000 ;# Wait another second. Now everything should be fine.
if {[r debug digest] ne [r -1 debug digest]} {
set csv1 [csvdump r]
set csv2 [csvdump {r -1}]