Index: openacs-4/packages/captcha/tcl/captcha-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/captcha/tcl/captcha-procs.tcl,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/captcha/tcl/captcha-procs.tcl 13 Dec 2022 15:35:43 -0000 1.1.2.5 +++ openacs-4/packages/captcha/tcl/captcha-procs.tcl 29 Aug 2023 14:10:37 -0000 1.1.2.6 @@ -17,7 +17,7 @@ } { Creates capcha image from a text. This is the implementation using the popular convert command via exec. It will render the letters, - then perturbate them with a wave of random length and amplitude. + then perturb them with a wave of random length and amplitude. @param height in pixels @param width in pixels