Commit 47ff443b authored by YAMAMOTO Takashi's avatar YAMAMOTO Takashi Committed by antirez
Browse files

fix a typo in a comment

parent 4d9bd535
...@@ -107,7 +107,7 @@ proc tags {tags code} { ...@@ -107,7 +107,7 @@ proc tags {tags code} {
} }
proc start_server {options {code undefined}} { proc start_server {options {code undefined}} {
# If we are runnign against an external server, we just push the # If we are running against an external server, we just push the
# host/port pair in the stack the first time # host/port pair in the stack the first time
if {$::external} { if {$::external} {
if {[llength $::servers] == 0} { if {[llength $::servers] == 0} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment