From 164d57c60d254d02d816c27f4e80cf33c5061fef Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 24 Oct 2012 17:47:56 +0900 Subject: [PATCH] fix a typo in a comment --- tests/support/server.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/support/server.tcl b/tests/support/server.tcl index 35c1cb870..2c2665b64 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} {