Index: openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl,v diff -u -N -r1.24.2.3 -r1.24.2.4 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 27 Oct 2016 18:02:00 -0000 1.24.2.3 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 21 Apr 2017 14:53:08 -0000 1.24.2.4 @@ -228,7 +228,7 @@ @param array_name name of array to upvar content into @return upvars array_name containing all attributes of the content type except content - @return returns 0 if item does not exists or 1 if query was sucessful + @return returns 0 if item does not exists or 1 if query was successful @error } { @@ -238,7 +238,7 @@ } set content_type [content_type -item_id $item_id] if {$content_type eq ""} { - # content_type query was unsucessful, item does not exist + # content_type query was unsuccessful, item does not exist return 0 } if {"content_folder" eq $content_type} {