Index: library/xotcl/apps/comm/webserver.xotcl =================================================================== diff -u -N -rf934951db464db1a6f39ac98290ecde17a466cd7 -rc4f449cb353be812ba6502ef8e9587e87881f59b --- library/xotcl/apps/comm/webserver.xotcl (.../webserver.xotcl) (revision f934951db464db1a6f39ac98290ecde17a466cd7) +++ library/xotcl/apps/comm/webserver.xotcl (.../webserver.xotcl) (revision c4f449cb353be812ba6502ef8e9587e87881f59b) @@ -91,7 +91,7 @@ } @ Httpd h2 { - description "Web server with basic authentication using the specialied worker"} + description "Web server with basic authentication using the specialized worker"} if {[info exists env(USER)]} { set USER "$env(USER)"