summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2019-10-10 11:18:47 +0200
committerGitHub <noreply@github.com>2019-10-10 11:18:47 +0200
commit1d9d27c91aa1134f6a26c8e98bdcf6e60f0f3138 (patch)
treeb722ddaedca48a3865fd4ee5640a01ccf2d5def4
parent509fe9cba1356526bc43a9e6b33101acc72d1fbd (diff)
parent98600c9a11419991cdc3fa11acff9100d793f220 (diff)
downloadredis-1d9d27c91aa1134f6a26c8e98bdcf6e60f0f3138.tar.gz
Merge pull request #6438 from daidaotong/unstable
resolve typo in test module
-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 5d32555b0..1c18582c5 100644
--- a/tests/integration/replication.tcl
+++ b/tests/integration/replication.tcl
@@ -319,7 +319,7 @@ start_server {tags {"repl"}} {
}
}
-test {slave fails full sync and diskless load swapdb recoveres it} {
+test {slave fails full sync and diskless load swapdb recovers it} {
start_server {tags {"repl"}} {
set slave [srv 0 client]
set slave_host [srv 0 host]