Index: openacs-4/packages/acs-subsite/tcl/email-image-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/email-image-procs.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-subsite/tcl/email-image-procs.tcl 27 Mar 2018 11:18:00 -0000 1.17 +++ openacs-4/packages/acs-subsite/tcl/email-image-procs.tcl 27 Mar 2018 12:22:17 -0000 1.18 @@ -142,7 +142,7 @@ set bg "xc:$bgcolor" - # Creating an image of the rigth length where the email will be + # Creating an image of the right length where the email will be if {[catch {exec convert -size $size $bg $dest_path} errmsg]} { return "" } @@ -225,7 +225,7 @@ set bg "xc:$bgcolor" - # Creating an image of the rigth length where the email will be + # Creating an image of the right length where the email will be if { [catch { exec convert -size $size $bg $dest_path } ] } { # ImageMagick not present return