Commit 021d16b6 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo
Browse files

Merge pull request #726 from yamt/typo

fix a typo in a comment
parents 973cb21a 164d57c6
......@@ -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} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment