diff options
author | Daniel Dai <764122422@qq.com> | 2019-11-19 20:14:59 -0500 |
---|---|---|
committer | Daniel Dai <764122422@qq.com> | 2019-11-19 20:14:59 -0500 |
commit | 99b5696390735fb53756dc0f2e54edaa0cf0c9e2 (patch) | |
tree | 978b92aa0dd0bcb73795a03b795d4769fe32a1c4 /tests/unit | |
parent | 3243252cb05869ed4abd49f06e45d7eac4912298 (diff) | |
download | redis-99b5696390735fb53756dc0f2e54edaa0cf0c9e2.tar.gz |
fix typo
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/scripting.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/scripting.tcl b/tests/unit/scripting.tcl index b3e1c48e6..2543a0377 100644 --- a/tests/unit/scripting.tcl +++ b/tests/unit/scripting.tcl @@ -536,7 +536,7 @@ foreach cmdrepl {0 1} { start_server {tags {"scripting repl"}} { start_server {} { if {$cmdrepl == 1} { - set rt "(commmands replication)" + set rt "(commands replication)" } else { set rt "(scripts replication)" r debug lua-always-replicate-commands 1 |