Index: openacs-4/packages/lorsm/www/delivery/view/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/view/index.vuh,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/lorsm/www/delivery/view/index.vuh 12 Dec 2008 14:25:40 -0000 1.5 +++ openacs-4/packages/lorsm/www/delivery/view/index.vuh 5 Apr 2018 14:44:09 -0000 1.6 @@ -63,7 +63,7 @@ } # To get the revision_id (file_id) we need to show here we have to items here -# one is the item_id that is recived on record-view page from the menu +# one is the item_id that is received on record-view page from the menu # and the other one is the one that holds all the revisions for one file set revision_id [lorsm::delivery::get_file_id_from_ims_item_id -ims_item_id $ns_item_id -item_id $item_id] @@ -77,7 +77,7 @@ # We catch the revision id using the_url and content root cr_write_content -revision_id $revision_id } else { - # Write the ims_item_id that we recieve on the page since this is the one that holds the content + # Write the ims_item_id that we receive on the page since this is the one that holds the content ns_log warning "We have no CONTENT for this url: $the_url " #cr_write_content -revision_id $ims_item_id }