From: YAMAMOTO Takashi Date: Wed, 24 Oct 2012 08:47:56 +0000 (+0900) Subject: fix a typo in a comment X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/164d57c60d254d02d816c27f4e80cf33c5061fef?ds=inline fix a typo in a comment --- diff --git a/tests/support/server.tcl b/tests/support/server.tcl index 35c1cb87..2c2665b6 100644 --- a/tests/support/server.tcl +++ b/tests/support/server.tcl @@ -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} {