Index: openacs-4/packages/file-storage/tcl/file-storage-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-callback-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/file-storage/tcl/file-storage-callback-procs.tcl 15 Aug 2018 16:37:50 -0000 1.15 +++ openacs-4/packages/file-storage/tcl/file-storage-callback-procs.tcl 17 Sep 2018 14:15:59 -0000 1.16 @@ -84,7 +84,7 @@ @param file_id New file_id for the revision @param parent_id Usually the folder the file was uploaded to. @param creation_user User_id of the user creating the revision - @param creation_ip IP Of the creation + @param creation_ip IP of the creation } - @@ -96,8 +96,8 @@ @author Jowell S. Sabino (jowellsabino@netscape.net) @creation-date 2005-06-13 - Returns a datasource for the search package - this is the content that will be indexed by the full text + Returns a datasource for the search package. + This is the content that will be indexed by the full text search engine. } { Index: openacs-4/packages/file-storage/www/folder-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-add.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/file-storage/www/folder-add.tcl 19 Jan 2018 12:03:41 -0000 1.7 +++ openacs-4/packages/file-storage/www/folder-add.tcl 17 Sep 2018 14:15:59 -0000 1.8 @@ -68,7 +68,7 @@ set number_upload_files [llength $upload_files] foreach upload_file $upload_files tmpfile $upload_tmpfiles { # upload a new file - # if the user choose upload from the folder view + # if the user chose upload from the folder view # and the file with the same name already exists # we create a new revision