Index: openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 29 Sep 2019 14:55:43 -0000 1.1.2.3 +++ openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 8 Oct 2019 16:30:26 -0000 1.1.2.4 @@ -1902,7 +1902,7 @@ If "cache_key" is set, cache the array that results from the query *and* any code block for future use. When this result is returned from cache, - THE CODE BLOCK IS NOT EXECUTED. Therefore any values calculated by the + THE CODE BLOCK IS NOT EXECUTED. Therefore, any values calculated by the code block that aren't listed as arguments to "extend" will not be created. In practice this impacts relatively few queries, but do take care. Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl,v diff -u -r1.98.2.5 -r1.98.2.6 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 5 Sep 2019 13:47:02 -0000 1.98.2.5 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 8 Oct 2019 16:30:26 -0000 1.98.2.6 @@ -348,7 +348,7 @@ change_state -user_id $user_id -state "deleted" } else { # portrait is also an entry in acs_objects with creation_user - # set to this user. Therefore won't be deleted by cascade and + # set to this user. Therefore, won't be deleted by cascade and # must be removed manually acs_user::erase_portrait -user_id $user_id # flush before actual deletion, so all the information is Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -r1.87.2.6 -r1.87.2.7 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 27 Aug 2019 09:56:17 -0000 1.87.2.6 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 8 Oct 2019 16:30:26 -0000 1.87.2.7 @@ -1123,7 +1123,7 @@ if {[template::element::exists $form_name __csrf_token]} { # - # CSRF protection is activated, therefore validate the + # CSRF protection is activated, therefore, validate the # hidden form field content. # security::csrf::validate Index: openacs-4/packages/acs-tcl/tcl/memoize-procs-aolserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/memoize-procs-aolserver.tcl,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/acs-tcl/tcl/memoize-procs-aolserver.tcl 11 Feb 2019 10:11:45 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs-aolserver.tcl 8 Oct 2019 16:30:26 -0000 1.2.2.1 @@ -26,7 +26,7 @@ } { # # The ::util_memoize_flush proc is defined in the *-init script, - # after the util_memoize cache was created. Therefore is save to + # after the util_memoize cache was created. Therefore, is save to # use the util_memoize when this proc is available. # if {[info commands ::util_memoize_flush] ne ""} { Index: openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl 11 Feb 2019 10:11:45 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs-naviserver.tcl 8 Oct 2019 16:30:26 -0000 1.9.2.1 @@ -55,7 +55,7 @@ } { # # The ::util_memoize_flush proc is defined in the *-init script, - # after the util_memoize cache was created. Therefore is save to + # after the util_memoize cache was created. Therefore, is save to # use the util_memoize when this proc is available. # if {[info commands ::util_memoize_flush] ne ""} { Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.153.2.9 -r1.153.2.10 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 10 Aug 2019 14:33:26 -0000 1.153.2.9 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 8 Oct 2019 16:30:26 -0000 1.153.2.10 @@ -813,7 +813,7 @@ admin/* { # # Double check if someone has not accidentally - # granted admin to the public; furthermore require + # granted admin to the public; furthermore, require # login for all admin pages. # auth::require_login Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.28 -r1.189.2.29 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Oct 2019 16:22:31 -0000 1.189.2.28 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 8 Oct 2019 16:30:26 -0000 1.189.2.29 @@ -3039,7 +3039,7 @@ # means that an error was raised from an "exec". In # that case the raw error just tells that the "child # process exited abnormally", without given any - # details. Therefore we add the exit code to the + # details. Therefore, we add the exit code to the # messages. # set extra "child process (pid [lindex $s_errorCode 0 1]) exited with exit-code [lindex $s_errorCode 0 end]"