fix a typo in a comment

This commit is contained in:
YAMAMOTO Takashi
2012-10-31 09:29:56 +01:00
committed by antirez
parent 4d9bd53530
commit 47ff443b53
+1 -1
View File
@@ -107,7 +107,7 @@ proc tags {tags code} {
}
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
if {$::external} {
if {[llength $::servers] == 0} {