From 480a2e73cff1ab493ac3562d47c37eb7189d2df6 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 24 May 2011 10:43:19 +0200 Subject: [PATCH] Comment typo fixed --- tests/integration/replication.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}] -- GitLab