From 47ff443b53d5ac8fafc024d4afa328ef83bc8722 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 24 Oct 2012 17:47:56 +0900 Subject: 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} { -- cgit v1.2.1