From: Salvatore Sanfilippo Date: Wed, 31 Oct 2012 08:29:04 +0000 (-0700) Subject: Merge pull request #726 from yamt/typo X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/021d16b6430b39f7709a70466007df1ca16867e5?hp=973cb21a0152642ec904cf8f8ab238a31e6ebaa9 Merge pull request #726 from yamt/typo 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} {