Index: openacs-4/packages/captcha/tcl/captcha-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/captcha/tcl/Attic/captcha-procs.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/captcha/tcl/captcha-procs.tcl 26 Jun 2022 11:05:02 -0000 1.1.2.2 +++ openacs-4/packages/captcha/tcl/captcha-procs.tcl 4 Dec 2022 13:12:39 -0000 1.1.2.3 @@ -31,7 +31,7 @@ @see https://imagemagick.org/script/convert.php @return a dict of fields 'path' (path to the image), 'text' (the - text the image represents) and chec ksum (a checksum for + text the image represents) and checksum (a checksum for the image to use for matching). } { set amplitude [expr {round($height * 0.25)}] @@ -86,7 +86,7 @@ @see https://flightaware.github.io/tcl.gd/ @return a dict of fields 'path' (path to the image), 'text' (the - text the image represents) and chec ksum (a checksum for + text the image represents) and checksum (a checksum for the image to use for matching). } { # Convert the rgb colors @@ -168,7 +168,7 @@ RGB 6 characters code. @return a dict of fields 'path' (path to the image), 'text' (the - text the image represents) and chec ksum (a checksum for + text the image represents) and checksum (a checksum for the image to use for matching). } { try {