Index: openacs-4/packages/lorsm/www/delivery-bottom-bar/view/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery-bottom-bar/view/index.vuh,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/lorsm/www/delivery-bottom-bar/view/index.vuh 14 Feb 2009 22:33:21 -0000 1.3 +++ openacs-4/packages/lorsm/www/delivery-bottom-bar/view/index.vuh 5 Apr 2018 14:44:09 -0000 1.4 @@ -50,7 +50,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] @@ -64,7 +64,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 cr_write_content -revision_id $ims_item_id }