Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.178 -r1.179 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 14 Sep 2018 18:08:34 -0000 1.178 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 17 Sep 2018 18:17:42 -0000 1.179 @@ -1642,7 +1642,7 @@ ad_proc -public util_complete_url_p {string} { Determine whether string is a complete URL, i.e. - wheteher it begins with protocol: where protocol + whether it begins with protocol: where protocol consists of letters only. } { if {[regexp -nocase {^[a-z]+:} $string]} {