Index: openacs-4/packages/file-storage/tcl/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-procs.tcl,v diff -u -r1.69.2.3 -r1.69.2.4 --- openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 27 Oct 2016 18:02:00 -0000 1.69.2.3 +++ openacs-4/packages/file-storage/tcl/file-storage-procs.tcl 21 Apr 2017 20:04:34 -0000 1.69.2.4 @@ -334,7 +334,7 @@ {-folder_id:required} {-description ""} } { - sets the description for the given folder in cr_folders. Perhaps this shoudl be a CR proc? + sets the description for the given folder in cr_folders. Perhaps this should be a CR proc? } { db_dml set_folder_description {} } @@ -794,7 +794,7 @@ } # Deal with notifications. Usually send out the notification - # But surpress it if the parameter is given + # But suppress it if the parameter is given if {$no_notification_p} { set do_notify_here_p "f" } else {