]> git.saurik.com Git - redis.git/commitdiff
fix a typo in a comment
authorYAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
Wed, 24 Oct 2012 08:47:56 +0000 (17:47 +0900)
committerantirez <antirez@gmail.com>
Wed, 31 Oct 2012 08:29:56 +0000 (09:29 +0100)
tests/support/server.tcl

index 35c1cb87076444b9d9d1c7b4f2a56b782e0d0088..2c2665b6449f41cbc5f5456f154eeab217e960bf 100644 (file)
@@ -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} {