summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>2012-10-24 17:47:56 +0900
committerantirez <antirez@gmail.com>2012-10-31 09:29:56 +0100
commit47ff443b53d5ac8fafc024d4afa328ef83bc8722 (patch)
tree9cd0707b10fd150d5e9b20cf1706780239c5489d
parent4d9bd5353027561039dc4583c794c8cfec30202c (diff)
downloadredis-47ff443b53d5ac8fafc024d4afa328ef83bc8722.tar.gz
fix a typo in a comment
-rw-r--r--tests/support/server.tcl2
1 files changed, 1 insertions, 1 deletions
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} {