Index: openacs-4/packages/static-pages/tcl/static-pages-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs.tcl,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 27 Mar 2018 17:08:50 -0000 1.20 +++ openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 29 Mar 2018 15:03:01 -0000 1.21 @@ -460,7 +460,7 @@ # the Oracle driver apparently doesn't support passing BLOBs to # PL/SQL (or passing a BLOB from a file into a PL/SQL function), # so the PL/SQL call and the BLOB loading must be performed - # seperately. This is simple (get item_id from static_page.new(), + # separately. This is simple (get item_id from static_page.new(), # then update cr_revisions to insert the blob) but involved direct # manipulation of the cr_revisions table. @@ -504,7 +504,7 @@ # TODO: This is very wrong. Should NEVER just delete all content! # Note that the canonical content of the file itself lives in the - # fileystem and can easily be re-imported to the database, but + # file system and can easily be re-imported to the database, but # this ALSO blindly deletes all user-contributed comments which # point to the file! #