Index: openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl,v diff -u -N -r1.48.2.9 -r1.48.2.10 --- openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 19 May 2017 16:25:00 -0000 1.48.2.9 +++ openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 21 May 2017 12:46:20 -0000 1.48.2.10 @@ -77,7 +77,7 @@ } ad_proc lang::util::message_key_regexp {} { - Regular expression for recongnizing message keys in the form #package_name.key#. + Regular expression for recognizing message keys in the form #package_name.key#. @see lang::util::message_tag_regexp } { return {\#([-a-zA-Z0-9_]+[.][-a-zA-Z0-9_]+)\#}