summaryrefslogtreecommitdiff
path: root/tests/integration/replication.tcl
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:35 +0200
commit27fee630f509fcca03e97e4d9632e967c81e60b8 (patch)
tree6187378ef7ac564a06fd0a95998ed2065bb9f890 /tests/integration/replication.tcl
parentd200342ac2730c27cd456a79cc9e8725eaf0c5c2 (diff)
downloadredis-27fee630f509fcca03e97e4d9632e967c81e60b8.tar.gz
Comment typo fixed
Diffstat (limited to 'tests/integration/replication.tcl')
-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}]