Index: openacs-4/packages/webmail/sql/oracle/webmail-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/webmail/sql/oracle/webmail-create.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/webmail/sql/oracle/webmail-create.sql 9 Mar 2002 02:00:02 -0000 1.3 +++ openacs-4/packages/webmail/sql/oracle/webmail-create.sql 17 Apr 2018 14:47:03 -0000 1.4 @@ -273,7 +273,7 @@ sent, or already sent). This table is cleaned out periodically by a scheduled proc. Note that saved drafts are not kept in - this table, but are transfered to the main wm_messages table. + this table, but are transferred to the main wm_messages table. '; -- Index the foreign key constraint to allow row-level locking on updates @@ -413,7 +413,7 @@ '; comment on column wm_filter_views.mailbox_ids is ' - Contains comma seperated list of mailboxes which the view applies to. + Contains comma separated list of mailboxes which the view applies to. 0 if it applies to all the user''s mailboxes. ';