Index: openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl,v diff -u -N -r1.17 -r1.17.2.1 --- openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl 15 Aug 2018 16:24:28 -0000 1.17 +++ openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl 12 Apr 2019 21:19:13 -0000 1.17.2.1 @@ -374,7 +374,7 @@ -content_type:required -mime_type:required } { - Checks if the mime_type is of the content_type, e.g if application/pdf is of content_type "image" (which it should not...) + Checks if the mime_type is of the content_type, e.g. if application/pdf is of content_type "image" (which it should not...) Cached @@ -388,7 +388,7 @@ -content_type:required -mime_type:required } { - Checks if the mime_type is of the content_type, e.g if application/pdf is of content_type "image" (which it should not...) + Checks if the mime_type is of the content_type, e.g. if application/pdf is of content_type "image" (which it should not...) @param content_type content type to check against @param mime_type mime type to check for } {