Index: openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl 1 May 2018 09:34:09 -0000 1.15 +++ openacs-4/packages/acs-templating/www/scripts/xinha/attach-image.tcl 11 Jul 2018 21:57:26 -0000 1.16 @@ -31,7 +31,7 @@ } if {!$write_p} { - # if parent_id does not exist yet, let's use the pacakage_id + # if parent_id does not exist yet, let's use the package_id if { ![db_0or1row check_parent {select object_id from acs_objects where object_id = :parent_id}] } { set parent_id $package_id }