Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -N -r1.36.2.34 -r1.36.2.35 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 4 Mar 2017 10:57:08 -0000 1.36.2.34 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 14 Apr 2017 09:01:45 -0000 1.36.2.35 @@ -498,7 +498,7 @@ The intent is that you want to provide as much feedback as possible at once, but you don't want redundant feedback, like "foo must be an integer" and "foo must be in range 10 to 20". So a check for foo in range 10 to 20 would have a -requires { foo:integer } switch, - to ensure that the check only gets executed if foo was sucessfully validated as an integer. + to ensure that the check only gets executed if foo was successfully validated as an integer.