Index: openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl 29 Mar 2018 15:03:00 -0000 1.3 +++ openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl 29 Mar 2018 17:28:50 -0000 1.4 @@ -2463,7 +2463,7 @@ if { $case_var_name ne "" } { upvar 1 $case_var_name case_var } - # In persuit of making curve_data + # In pursuit of making curve_data # local curves are represented as a list of lists # with each list a triplet set x, y, label, with the first row consisting of title names Index: openacs-4/packages/accounts-finance/www/admin/affiliate.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/www/admin/affiliate.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/accounts-finance/www/admin/affiliate.tcl 29 Mar 2018 15:03:00 -0000 1.2 +++ openacs-4/packages/accounts-finance/www/admin/affiliate.tcl 29 Mar 2018 17:28:50 -0000 1.3 @@ -786,7 +786,7 @@ set commissions_diff [expr { abs( $scalar_arr(commissions_pot-$i) - $scalar_arr(commissions_tot-$i) ) } ] if { $commissions_diff < 0 } { - lappend user_messages_lists "Audit note: Commission pot for period $i is less than the sum of the comissions by ${commissions_diff}" + lappend user_messages_lists "Audit note: Commission pot for period $i is less than the sum of the commissions by ${commissions_diff}" } if { $scalar_arr(revenue-$i) != 0 } { set scalar_arr(pct_of_sales-$i) "% [format "% 8.2f" [expr { $scalar_arr(commissions_tot-$i) / $scalar_arr(revenue-$i) * 100. } ] ]" Index: openacs-4/packages/acs-core-docs/www/docbook-primer.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/docbook-primer.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/docbook-primer.adp 8 Nov 2017 09:42:10 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/docbook-primer.adp 29 Mar 2018 17:28:50 -0000 1.4 @@ -68,7 +68,7 @@ package design.

  • Implementation phase is about performing the work according to the -plan, where decisions on how to handle unforseen circumstances are +plan, where decisions on how to handle unforeseen circumstances are guided by the strategy and requirements.

  • Verification phase measures how well the plan was implemented. Success is measured by @@ -804,4 +804,4 @@ rightLink="psgml-mode" rightLabel="Next" rightTitle="Using PSGML mode in Emacs" homeLink="index" homeLabel="Home" upLink="doc-standards" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/docbook-primer.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/docbook-primer.html,v diff -u -N -r1.54 -r1.55 --- openacs-4/packages/acs-core-docs/www/docbook-primer.html 8 Nov 2017 09:42:10 -0000 1.54 +++ openacs-4/packages/acs-core-docs/www/docbook-primer.html 29 Mar 2018 17:28:50 -0000 1.55 @@ -90,7 +90,7 @@

  • Implementation phase is about performing the work according to the plan, where decisions on how to handle - unforseen circumstances are guided by the strategy and + unforeseen circumstances are guided by the strategy and requirements.

  • Verification phase measures how well the plan Index: openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql 27 Mar 2018 12:22:17 -0000 1.18 +++ openacs-4/packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql 29 Mar 2018 17:28:50 -0000 1.19 @@ -195,7 +195,7 @@ -- Each UID externally defined such as from imap4 server uid_ext varchar(3000) not null, -- Each external source may apply a different uid. - -- This is essentialy an arbitrary constant frame reference between + -- This is essentially an arbitrary constant frame reference between -- connecting sessions with external server in most scenarios. -- For IMAP4v1 rfc3501 2.3.1.1. item 4 ..combination of -- mailbox.name, UIDVALIDITY, and UID must refer to a single Index: openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql 27 Mar 2018 12:22:17 -0000 1.4 +++ openacs-4/packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql 29 Mar 2018 17:28:50 -0000 1.5 @@ -128,7 +128,7 @@ -- Each UID externally defined such as from imap4 server uid_ext varchar(3000) not null, -- Each external source may apply a different uid. - -- This is essentialy an arbitrary constant frame reference between + -- This is essentially an arbitrary constant frame reference between -- connecting sessions with external server in most scenarios. -- For IMAP4v1 rfc3501 2.3.1.1. item 4 ..combination of -- mailbox.name, UIDVALIDITY, and UID must refer to a single Index: openacs-4/packages/adserver/www/admin/add-adv-to-group-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/adserver/www/admin/add-adv-to-group-2.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/adserver/www/admin/add-adv-to-group-2.tcl 10 Sep 2002 22:22:20 -0000 1.2 +++ openacs-4/packages/adserver/www/admin/add-adv-to-group-2.tcl 29 Mar 2018 17:28:50 -0000 1.3 @@ -1,7 +1,7 @@ # /www/admin/adserver/add-adv-to-group-2.tcl ad_page_contract { - target page for add-adv-to-troup.tcl + target page for add-adv-to-group.tcl @param group_key:notnull @param adv_key:notnull Index: openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml,v diff -u -N -r1.92 -r1.93 --- openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 29 Mar 2018 15:03:01 -0000 1.92 +++ openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 29 Mar 2018 17:28:50 -0000 1.93 @@ -635,7 +635,7 @@ Subject Name Submit Separate submit for each question - Does the respondee have to submit the answer for each question seperately. + Does the respondee have to submit the answer for each question separately. Subtext<br>(Optional) Summary Section 1 Index: openacs-4/packages/assessment/tcl/as-pram-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-pram-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/tcl/as-pram-procs.tcl 7 Aug 2017 23:48:03 -0000 1.4 +++ openacs-4/packages/assessment/tcl/as-pram-procs.tcl 29 Mar 2018 17:28:50 -0000 1.5 @@ -9,7 +9,7 @@ ad_proc -public as::actionparam::paramdelete { {parameter_id} } { - Delete parameter if it doesnt have a value asociated + Delete parameter if it doesn't have a value associated } { db_1row select_params "" @@ -26,7 +26,7 @@ ad_proc -public as::actionparam::actiondelete { {action_id} } { - Delete action if it doesnt have a parameter asociated + Delete action if it doesn't have a parameter associated } { db_1row select_actions "" Index: openacs-4/packages/assessment/www/doc/as_items.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/as_items.adp,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/assessment/www/doc/as_items.adp 29 Mar 2018 15:03:01 -0000 1.6 +++ openacs-4/packages/assessment/www/doc/as_items.adp 29 Mar 2018 17:28:50 -0000 1.7 @@ -47,7 +47,7 @@ "override" values for these attributes can optionally be set by authors. If they choose not to set overrides, then the values originally created in the as_item supercede.

    -

    Seperately we will deal with Checks on +

    Separately we will deal with Checks on as_items. These will allow us to make checks on the input (is the value given by the user actually a valid value??), branches (if we display this as_item, which responses have to have been given) and Index: openacs-4/packages/assessment/www/doc/as_items.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/as_items.html,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/assessment/www/doc/as_items.html 29 Mar 2018 15:03:01 -0000 1.14 +++ openacs-4/packages/assessment/www/doc/as_items.html 29 Mar 2018 17:28:50 -0000 1.15 @@ -58,7 +58,7 @@ optionally be set by authors. If they choose not to set overrides, then the values originally created in the as_item supercede.

    -

    Seperately we will deal with Checks on as_items. These will allow +

    Separately we will deal with Checks on as_items. These will allow us to make checks on the input (is the value given by the user actually a valid value??), branches (if we display this as_item, which responses have to have been given) and post-input checks (how many points does Index: openacs-4/packages/assessment/www/doc/grouping.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.adp,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/www/doc/grouping.adp 23 Mar 2018 23:53:01 -0000 1.4 +++ openacs-4/packages/assessment/www/doc/grouping.adp 29 Mar 2018 17:28:50 -0000 1.5 @@ -54,7 +54,7 @@ thank you page context, so we can have a "continue" URL.

  • start_time - At what time shall the assessment become available to the users (remark: It will only become available to the users -who have at least the "respond" priviledge.
  • end_time - At what time the assessment becomes unavailable. +who have at least the "respond" privilege.
  • end_time - At what time the assessment becomes unavailable. This is a hard date, any response given after this time will be discarded.
  • number_tries - Number of times a respondee can answer the assessment
  • wait_between_tries - Number of minutes a respondee has to wait Index: openacs-4/packages/assessment/www/doc/grouping.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/grouping.html,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/assessment/www/doc/grouping.html 23 Mar 2018 23:53:01 -0000 1.4 +++ openacs-4/packages/assessment/www/doc/grouping.html 29 Mar 2018 17:28:50 -0000 1.5 @@ -82,7 +82,7 @@ thank you page context, so we can have a "continue" URL.
  • start_time - At what time shall the assessment become available to the users (remark: It will only become available to the -users who have at least the "respond" priviledge.
  • +users who have at least the "respond" privilege.
  • end_time - At what time the assessment becomes unavailable. This is a hard date, any response given after this time will be discarded.
  • Index: openacs-4/packages/authorize-gateway/tcl/authorize-gateway-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/authorize-gateway/tcl/authorize-gateway-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/authorize-gateway/tcl/authorize-gateway-procs.tcl 17 Dec 2008 11:06:09 -0000 1.9 +++ openacs-4/packages/authorize-gateway/tcl/authorize-gateway-procs.tcl 29 Mar 2018 17:28:50 -0000 1.10 @@ -109,7 +109,7 @@ # not a character delimited list but an HTML page. An ADC # response has certainly 38 or more elements. Future # versions might return more elements. - ns_log Debug "authorize_gateway.authorize: REPONSE LIST: $response_list" + ns_log Debug "authorize_gateway.authorize: RESPONSE LIST: $response_list" ns_log Notice "authorize_gateway.authorize: llength response_list = [llength $response_list]" if { [llength $response_list] < 38 } { authorize_gateway.log_results $transaction_id "[clock format [clock seconds] -format "%D %H:%M:%S"]" "AUTH_ONLY" $response 3 "" \ Index: openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl 25 Mar 2018 22:48:34 -0000 1.14 +++ openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl 29 Mar 2018 17:28:50 -0000 1.15 @@ -178,10 +178,10 @@ ns_log Debug "bulk_mail::sweep starting" foreach bulk_mail [db_list_of_ns_sets select_bulk_mails_to_send {}] { - #Although the message may change for each recipiant, it - # usually doesn't. - # We check by looking to see if message_old = the current messag. - # This is inicialized here for each bulk_mail. + #Although the message may change for each recipient, it + # usually doesn't. + # We check by looking to see if message_old = the current message. + # This is initialized here for each bulk_mail. set message_old "" # NOTE: JCD: the query issued here is actually stored in the Index: openacs-4/packages/dotlrn-mmplayer/tcl/dotlrn-mmplayer-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-mmplayer/tcl/dotlrn-mmplayer-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/dotlrn-mmplayer/tcl/dotlrn-mmplayer-procs.tcl 27 Mar 2018 14:22:30 -0000 1.2 +++ openacs-4/packages/dotlrn-mmplayer/tcl/dotlrn-mmplayer-procs.tcl 29 Mar 2018 17:28:50 -0000 1.3 @@ -80,7 +80,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { Index: openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql 28 Mar 2018 17:00:41 -0000 1.13 +++ openacs-4/packages/imsld/sql/postgresql/imsld-level-a-create.sql 29 Mar 2018 17:28:50 -0000 1.14 @@ -632,7 +632,7 @@ create index imsld_rp_env_id_idx on imsld_role_parts(environment_id); comment on table imsld_role_parts is ' -This table holds the actual mapping bewteen activities and roles. +This table holds the actual mapping between activities and roles. There are also mappings between roles and environments or units of learning'; create table imsld_complete_acts ( Index: openacs-4/packages/lars-blogger/lars-blogger.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/lars-blogger.info,v diff -u -N -r1.50 -r1.51 --- openacs-4/packages/lars-blogger/lars-blogger.info 21 May 2012 16:33:05 -0000 1.50 +++ openacs-4/packages/lars-blogger/lars-blogger.info 29 Mar 2018 17:28:50 -0000 1.51 @@ -46,7 +46,7 @@ - + Index: openacs-4/packages/lors-central/www/one-course-item.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/one-course-item.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/lors-central/www/one-course-item.xql 17 May 2005 16:21:19 -0000 1.1 +++ openacs-4/packages/lors-central/www/one-course-item.xql 29 Mar 2018 17:28:50 -0000 1.2 @@ -88,7 +88,7 @@ select f.file_id - frome + from ims_cp_files f, ims_cp_resources r where r.res_id = :res_id and @@ -194,4 +194,4 @@ - \ No newline at end of file + Index: openacs-4/packages/lors-central/www/one-learning-object.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/one-learning-object.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/lors-central/www/one-learning-object.xql 17 May 2005 16:21:19 -0000 1.1 +++ openacs-4/packages/lors-central/www/one-learning-object.xql 29 Mar 2018 17:28:50 -0000 1.2 @@ -91,7 +91,7 @@ select f.file_id - frome + from ims_cp_files f, ims_cp_resources r where r.res_id = :res_id and @@ -197,4 +197,4 @@ - \ No newline at end of file + Index: openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student.adp 17 Nov 2008 13:37:55 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student.adp 29 Mar 2018 17:28:50 -0000 1.3 @@ -3,7 +3,7 @@ @context;noquote@
    Sessions for the selected student: - Hierachical view + Hierarchical view

    Index: openacs-4/packages/messages/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/messages/tcl/apm-callback-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/messages/tcl/apm-callback-procs.tcl 31 Aug 2010 21:30:42 -0000 1.1 +++ openacs-4/packages/messages/tcl/apm-callback-procs.tcl 29 Mar 2018 17:28:50 -0000 1.2 @@ -17,7 +17,7 @@ ad_proc -public messages::apm::package_install { } { - Does the integration whith the notifications package. + Does the integration with the notifications package. } { db_transaction { #Create the conten types @@ -40,4 +40,4 @@ set folder_id [content::folder::new -name "messages_attachments_$package_id" -label "messages_attachments_$package_id" -package_id $package_id ] # register the allowed content types for a folder content::folder::register_content_type -folder_id $folder_id -content_type messages_attachments -include_subtypes t -} \ No newline at end of file +} Index: openacs-4/packages/messages/www/inbox.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/messages/www/inbox.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/messages/www/inbox.tcl 31 Aug 2010 21:30:43 -0000 1.1 +++ openacs-4/packages/messages/www/inbox.tcl 29 Mar 2018 17:28:50 -0000 1.2 @@ -180,7 +180,7 @@ append subject_mail $subject "-" [string_truncate -len 80 -ellipsis "..." " $content"] set cur_time [clock format [clock seconds] -format "%Y %m %d"] set sent_time_seconds [clock format [clock scan $sent_date_ansi] -format "%Y %m %d"] - #compare the sent date whith the current date and display the message according to the date. + #compare the sent date with the current date and display the message according to the date. if { [lindex $cur_time 0] > [lindex $sent_time_seconds 0]} { set date [lc_time_fmt $sent_date_ansi "%D"] } else { Index: openacs-4/packages/messages/www/search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/messages/www/search.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/messages/www/search.tcl 31 Aug 2010 21:30:44 -0000 1.1 +++ openacs-4/packages/messages/www/search.tcl 29 Mar 2018 17:28:50 -0000 1.2 @@ -155,7 +155,7 @@ append subject_mail $subject "-" [string_truncate -len 80 -ellipsis "..." " $content"] set cur_time [clock format [clock seconds] -format "%Y %m %d"] set sent_time_seconds [clock format [clock scan $sent_date_ansi] -format "%Y %m %d"] - #compare the sent date whith the current date and display the message according to the date. + #compare the sent date with the current date and display the message according to the date. if { [lindex $cur_time 0] > [lindex $sent_time_seconds 0]} { set date [lc_time_fmt $sent_date_ansi "%D"] } else { @@ -173,4 +173,4 @@ incr count_messages } -set last_number [expr [expr $count_messages + $first_row] - 1] \ No newline at end of file +set last_number [expr [expr $count_messages + $first_row] - 1] Index: openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl,v diff -u -N -r1.14 -r1.15 --- openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl 7 Aug 2017 23:48:13 -0000 1.14 +++ openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl 29 Mar 2018 17:28:50 -0000 1.15 @@ -675,7 +675,7 @@ # depth valid for collections (directories) can be 0 1 or infinity # 0 is the directory only # 1 is the directory and direct descendants -# infinity is all decendants, this is the default if depth +# infinity is all descendants, this is the default if depth # is not specified # prop_req should contain a list of name/value pairs of properties # to return. Right now it is unsupported and all properties Index: openacs-4/packages/oacs-dav/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/www/doc/index.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/oacs-dav/www/doc/index.adp 27 Mar 2018 17:08:50 -0000 1.3 +++ openacs-4/packages/oacs-dav/www/doc/index.adp 29 Mar 2018 17:28:50 -0000 1.4 @@ -11,7 +11,7 @@ package.

    Installation

    Install through the APM. If you install file-storage, WebDAV -support is installed automatically. In addtion you should check the +support is installed automatically. In addition you should check the tDAV specific configuration parameters to the AOLserver configuration file. The default parameters work fine, they will create webdav URLs like yoursite/dav/*

    Index: openacs-4/packages/oacs-dav/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/www/doc/index.html,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/oacs-dav/www/doc/index.html 27 Mar 2018 17:08:50 -0000 1.5 +++ openacs-4/packages/oacs-dav/www/doc/index.html 29 Mar 2018 17:28:50 -0000 1.6 @@ -14,7 +14,7 @@

    Installation

    Install through the APM. If you install file-storage, WebDAV support is installed automatically. In - addtion you should check the tDAV specific configuration + addition you should check the tDAV specific configuration parameters to the AOLserver configuration file. The default parameters work fine, they will create webdav URLs like yoursite/dav/*

    You can visit the /webdav-support/ page to control webdav access on a per-folder basis. Packages that support WebDAV will add folders to this list and an administrator can then activate or deactivate the folders. Index: openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml 28 Mar 2018 17:00:41 -0000 1.3 +++ openacs-4/packages/ref-unspsc/catalog/ref-unspsc.en_US.ISO-8859-1.xml 29 Mar 2018 17:28:50 -0000 1.4 @@ -2304,7 +2304,7 @@ Washing or dewatering machines Winders Wood pulp or dissolver machines -Calenders for paper or cardboard making +Calendars for paper or cardboard making Web handling and control machinery and equipment and supplies Corona treaters Flame treaters @@ -16285,7 +16285,7 @@ Bicycle racks Office furniture Credenzas -Filing cabinets or accesories +Filing cabinets or accessories Desks Table base Showcases Index: openacs-4/packages/survey/sql/oracle/survey-notifications-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/sql/oracle/survey-notifications-init.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/survey/sql/oracle/survey-notifications-init.sql 30 Sep 2003 12:10:11 -0000 1.3 +++ openacs-4/packages/survey/sql/oracle/survey-notifications-init.sql 29 Mar 2018 17:28:50 -0000 1.4 @@ -13,7 +13,7 @@ impl_id := acs_sc_impl.new ( impl_contract_name => 'NotificationType', impl_name => 'survey_response_notif_type', - impl_pretty_name => 'Survey Responce Notification', + impl_pretty_name => 'Survey Response Notification', impl_owner_name => 'survey' );