Index: openacs-4/packages/xotcl-core/tcl/context-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/context-procs.tcl,v diff -u -r1.75.2.37 -r1.75.2.38 --- openacs-4/packages/xotcl-core/tcl/context-procs.tcl 8 Nov 2022 13:24:15 -0000 1.75.2.37 +++ openacs-4/packages/xotcl-core/tcl/context-procs.tcl 27 Nov 2022 17:35:47 -0000 1.75.2.38 @@ -630,7 +630,7 @@ Get query parameter with default and optional value constraints. In case the value check for the query parameter fails, and no - futher precautions are performed (::aa_test_noabort is set), the + further precautions are performed (::aa_test_noabort is set), the method raises an exception with "ad_return_complaint" and aborts the script. @@ -727,8 +727,7 @@ ad_proc ::xo::validate_parameter_constraints {name constraint value} { Validate the provided value against the constraints. In case of - failure, return with ad_return_complaint when there is an - connection, otherwise raise an error. + failure, return with ad_return_complaint when there is a connection, otherwise raise an error. } { # @@ -754,7 +753,7 @@ } else { # # This is the legacy branch. nsf::parseargs might clobber - # "name", therefore save it in an highly unlikely variable + # "name", therefore, save it in an highly unlikely variable # name. # set { name } $name