diff options
author | YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> | 2012-10-24 17:47:56 +0900 |
---|---|---|
committer | YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> | 2012-10-24 17:47:56 +0900 |
commit | 164d57c60d254d02d816c27f4e80cf33c5061fef (patch) | |
tree | f011f1d18be2d533555fc608d6d90b60ac113fa8 /tests/support | |
parent | 89e74abfb6475bace3db518724ecee1fcae9c79e (diff) | |
download | redis-164d57c60d254d02d816c27f4e80cf33c5061fef.tar.gz |
fix a typo in a comment
Diffstat (limited to 'tests/support')
-rw-r--r-- | tests/support/server.tcl | 2 |
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} { |