Index: openacs-4/packages/survey/tcl/survey-notification-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/tcl/survey-notification-procs.tcl,v diff -u -N -r1.2 -r1.2.22.1 --- openacs-4/packages/survey/tcl/survey-notification-procs.tcl 17 May 2003 12:30:25 -0000 1.2 +++ openacs-4/packages/survey/tcl/survey-notification-procs.tcl 22 Oct 2019 07:54:50 -0000 1.2.22.1 @@ -1,7 +1,7 @@ ad_library { Notification procs for Survey - Currently this is a place holder file. These procs are not currently needeed and have not been implemented. + Currently this is a place holder file. These procs are not currently needed and have not been implemented. At some point the notification procs in survey-procs should be moved into this file. Index: openacs-4/packages/survey/www/admin/question-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/question-add.tcl,v diff -u -N -r1.8 -r1.8.4.1 --- openacs-4/packages/survey/www/admin/question-add.tcl 27 Jun 2015 20:46:15 -0000 1.8 +++ openacs-4/packages/survey/www/admin/question-add.tcl 22 Oct 2019 07:54:50 -0000 1.8.4.1 @@ -3,7 +3,7 @@ Lets user enter the question and select a presentation type. @param section_id integer designating survey we're adding question to - @param after optinal integer denoting position of question within survey + @param after optional integer denoting position of question within survey @author jsc@arsdigita.com @author nstrug@arsdigita.com Index: openacs-4/packages/survey/www/admin/respond.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/respond.tcl,v diff -u -N -r1.8 -r1.8.2.1 --- openacs-4/packages/survey/www/admin/respond.tcl 26 Apr 2018 08:56:38 -0000 1.8 +++ openacs-4/packages/survey/www/admin/respond.tcl 22 Oct 2019 07:54:50 -0000 1.8.2.1 @@ -60,7 +60,7 @@ # XXX TODO - person name set context $survey_name -# XXX TODO - check how the correct response get's filled +# XXX TODO - check how the correct response gets filled # with the correct response esp if there is more than # one response to a survey. Index: openacs-4/packages/dotlrn/tcl/applets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/applets-procs.tcl,v diff -u -N -r1.31 -r1.31.2.1 --- openacs-4/packages/dotlrn/tcl/applets-procs.tcl 18 Sep 2018 17:27:14 -0000 1.31 +++ openacs-4/packages/dotlrn/tcl/applets-procs.tcl 22 Oct 2019 07:57:56 -0000 1.31.2.1 @@ -84,7 +84,7 @@ {-applet_key:required} } { Get the id of the dotlrn applet from the applet key or the null - string if the key dosent exist. + string if the key does not exist. } { return [db_string select {} -default ""] } Index: openacs-4/packages/dotlrn/www/community-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/community-edit-2.tcl,v diff -u -N -r1.23 -r1.23.2.1 --- openacs-4/packages/dotlrn/www/community-edit-2.tcl 29 Jun 2018 17:27:19 -0000 1.23 +++ openacs-4/packages/dotlrn/www/community-edit-2.tcl 22 Oct 2019 07:57:56 -0000 1.23.2.1 @@ -151,7 +151,7 @@ set header_font_fragment "" } else { set header_font_text $header_font - # CSS requies quoting of font names with spaces + # CSS requires quoting of font names with spaces if {![regexp "^'.*'$" $header_font]} { set header_font "'$header_font'" } Index: openacs-4/packages/dotlrn/www/element-list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/element-list.tcl,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/dotlrn/www/element-list.tcl 7 Aug 2017 23:48:09 -0000 1.4 +++ openacs-4/packages/dotlrn/www/element-list.tcl 22 Oct 2019 07:57:56 -0000 1.4.2.1 @@ -34,7 +34,7 @@ } } -db_multirow portal_elements itens { +db_multirow portal_elements items { select portal_element_map.element_id, portal_element_map.name, Index: openacs-4/packages/acs-automated-testing/tcl/coverage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/Attic/coverage-procs.tcl,v diff -u -N -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/acs-automated-testing/tcl/coverage-procs.tcl 6 Oct 2019 16:23:53 -0000 1.1.2.5 +++ openacs-4/packages/acs-automated-testing/tcl/coverage-procs.tcl 22 Oct 2019 07:59:19 -0000 1.1.2.6 @@ -117,7 +117,7 @@ } } # - # Return the coverage precentage + # Return the coverage percentage # if { $procs eq 0 } { set coverage 100.0 Index: openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl,v diff -u -N -r1.15 -r1.15.2.1 --- openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 23 Jul 2018 19:42:34 -0000 1.15 +++ openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 22 Oct 2019 07:59:19 -0000 1.15.2.1 @@ -165,7 +165,7 @@ error "Failed to login user with email=\"$email\" and password=\"$password\". No user with such email in database." } else { ns_log Error "Failed to log in user with email=\"$email\" and password=\"$password\" even though email exists (password may be incorrect). response_body=[tclwebtest::response body]" - error "Failed to log in user with email=\"$email\" and password=\"$password\" even though email exists (password may be incorrect). User should be able to request $home_uri without redirection, however response url=$response_url" + error "Failed to log in user with email=\"$email\" and password=\"$password\" even though email exists (password may be incorrect). User should be able to request $home_uri without redirection (response url=$response_url)" } } Index: openacs-4/packages/acs-core-docs/www/object-system-design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/object-system-design.adp,v diff -u -N -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/acs-core-docs/www/object-system-design.adp 2 Mar 2019 19:30:05 -0000 1.4.2.1 +++ openacs-4/packages/acs-core-docs/www/object-system-design.adp 22 Oct 2019 07:59:19 -0000 1.4.2.2 @@ -260,7 +260,7 @@ users_preferences table (exactly the kind of data model change that has historically complicated the process of upgrading to a more recent OpenACS -version).

The Objet Model generalizes the scheme used in the old OpenACS +version).

The Object Model generalizes the scheme used in the old OpenACS 3.x user/groups system. It defines a table called acs_attributes that record what attributes belong to which object types, and how the attributes are stored. As before, attributes can either be stored in helper tables, or in a @@ -1001,4 +1001,4 @@ rightLink="permissions-requirements" rightLabel="Next" rightTitle="Permissions Requirements" homeLink="index" homeLabel="Home" upLink="kernel-doc" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/chat/lib/current-messages.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/lib/current-messages.tcl,v diff -u -N -r1.4.8.2 -r1.4.8.3 --- openacs-4/packages/chat/lib/current-messages.tcl 2 Mar 2019 17:51:10 -0000 1.4.8.2 +++ openacs-4/packages/chat/lib/current-messages.tcl 22 Oct 2019 07:59:19 -0000 1.4.8.3 @@ -11,7 +11,7 @@ order by creation_date } -db_multirow -extend { person_name } messages select_msg_itens $sql { +db_multirow -extend { person_name } messages select_msg_items $sql { set person_name [::chat::Package get_user_name -user_id $creation_user] if {$person_name eq ""} { set person_name "Unknown"