Index: openacs-4/packages/acs-content-repository/tcl/content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-procs.tcl,v diff -u -N -r1.13.2.2 -r1.13.2.3 --- openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 27 Mar 2017 10:53:53 -0000 1.13.2.2 +++ openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 21 Apr 2017 14:53:08 -0000 1.13.2.3 @@ -110,7 +110,7 @@ ad_proc -public cr_file_size {relative_file_path} { Returns the size of a file stored in the content repository. Takes the - relative file path of the content repository file as an arguement. + relative file path of the content repository file as an argument. } { return [file size [cr_fs_path]$relative_file_path]