summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2019-11-20 10:06:33 +0100
committerGitHub <noreply@github.com>2019-11-20 10:06:33 +0100
commit808394b77d5b8c42d234e3bc991cd5f9cd29ab34 (patch)
tree060835e855b34f917c4f5c2d74145b0a0741e2b2 /tests
parent45025713a8b284d649af540c0cab2e5af52e1a9f (diff)
parent99b5696390735fb53756dc0f2e54edaa0cf0c9e2 (diff)
downloadredis-808394b77d5b8c42d234e3bc991cd5f9cd29ab34.tar.gz
Merge pull request #6603 from daidaotong/typofix
fix typo in scripting.acl
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/scripting.tcl2
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