Index: openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl,v diff -u -r1.53.2.23 -r1.53.2.24 --- openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 28 Aug 2024 10:06:11 -0000 1.53.2.23 +++ openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 30 Aug 2024 07:47:19 -0000 1.53.2.24 @@ -567,7 +567,7 @@ -username $test_vars(username)] aa_silence_log_entries -severities error { # - # Handle case without errors, when mail is not configred. + # Handle case without errors, when mail is not configured. # array set password_result [auth::password::recover_password \ -authority_id $test_vars(authority_id) \ @@ -626,7 +626,7 @@ aa_silence_log_entries -severities error { # - # Handle case without errors, when mail is not configred. + # Handle case without errors, when mail is not configured. # array set result [auth::password::retrieve \ -authority_id $test_vars(authority_id) \ Index: openacs-4/packages/acs-authentication/tcl/test/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/test/authentication-procs.tcl,v diff -u -r1.1.2.18 -r1.1.2.19 --- openacs-4/packages/acs-authentication/tcl/test/authentication-procs.tcl 28 Aug 2024 10:06:11 -0000 1.1.2.18 +++ openacs-4/packages/acs-authentication/tcl/test/authentication-procs.tcl 30 Aug 2024 07:47:19 -0000 1.1.2.19 @@ -204,7 +204,7 @@ } # Finally, try a bogus one. - set not_exists [db_string get_bogus_auhtority { + set not_exists [db_string get_bogus_authority { select '0' || min(short_name) from auth_authorities }] parameter::set_from_package_key \ @@ -217,7 +217,7 @@ } # - # Put the auhtority back as it was to not pollute + # Put the authority back as it was to not pollute # the cache. # parameter::set_from_package_key \ Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -r1.79.2.82 -r1.79.2.83 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 28 Aug 2024 06:45:43 -0000 1.79.2.82 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 30 Aug 2024 07:47:19 -0000 1.79.2.83 @@ -2477,7 +2477,7 @@ } } if {$silent_p} { - aa_log "$msg xotcl objects: $xotcl nx objects: $nx nssets: $nssets" + aa_log "$msg XOTcl objects: $xotcl nx objects: $nx nssets: $nssets" set mem_info [aa_used_application_memory] if {$mem_info ne ""} { dict with mem_info { @@ -2495,7 +2495,7 @@ } { Silence expected messages in the system log. The proc deactivates - the specified severity levels during the code in the last arguemnt + the specified severity levels during the code in the last argument is executed. After it has finished, the severity levels are reset to their previous values. Index: openacs-4/packages/acs-developer-support/tcl/test/acs-developer-support-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/tcl/test/acs-developer-support-procs.tcl,v diff -u -r1.1.2.6 -r1.1.2.7 --- openacs-4/packages/acs-developer-support/tcl/test/acs-developer-support-procs.tcl 18 Feb 2022 14:11:15 -0000 1.1.2.6 +++ openacs-4/packages/acs-developer-support/tcl/test/acs-developer-support-procs.tcl 30 Aug 2024 07:47:19 -0000 1.1.2.7 @@ -50,7 +50,7 @@ ds_init } \ ds_features_enabled_test { - Check that the api to check for enabled features works as + Check that the API to check for enabled features works as expected. } { aa_log "Init variables" @@ -135,7 +135,7 @@ ds_profile } \ ds_add_test { - Check that the api to add content to the report works as + Check that the API to add content to the report works as expected. } { set old_enabled_state [ds_enabled_p] @@ -175,14 +175,14 @@ ds_profile start __test aa_true "Profiling fails on invalid command" [catch {ds_profile __test __test}] - aa_true "DS is enabled, profiling started correcly" { + aa_true "DS is enabled, profiling started correctly" { [info exists ::ds_profile__start_clock(__test)] && $::ds_profile__start_clock(__test) ne "" } aa_log "stopping profiling" ds_profile stop __test - aa_true "DS is enabled, profiling stopped correcly" {[llength [nsv_get ds_request $pr_key]] == 2} + aa_true "DS is enabled, profiling stopped correctly" {[llength [nsv_get ds_request $pr_key]] == 2} aa_log "Adding stuff to the report" ds_add comment __test Index: openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl,v diff -u -r1.28.2.34 -r1.28.2.35 --- openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 26 Aug 2024 14:07:49 -0000 1.28.2.34 +++ openacs-4/packages/acs-lang/tcl/test/acs-lang-test-procs.tcl 30 Aug 2024 07:47:19 -0000 1.28.2.35 @@ -1362,7 +1362,7 @@ # ...parse every possible message key occurrence... foreach occurrence [regexp -all -inline -- $RE $content] { lassign [split [string trim $occurrence "#"] .] message_package_key message_key - #ns_log notice [file extension $f] occurence '$occurrence' \ + #ns_log notice [file extension $f] occurrence '$occurrence' \ message_package_key $message_package_key \ message_key $message_key # ...make sure it is a real message key... Index: openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-delete.tcl,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-delete.tcl 29 Jun 2018 17:27:18 -0000 1.9 +++ openacs-4/packages/assessment/www/asm-admin/item-edit-mc-choices-delete.tcl 30 Aug 2024 07:47:19 -0000 1.9.2.1 @@ -23,7 +23,7 @@ set new_assessment_rev_id [as::assessment::new_revision -assessment_id $assessment_id] set new_section_id [as::section::new_revision -section_id $section_id -assessment_id $assessment_id] set new_item_id [as::item::new_revision -as_item_id $as_item_id] - # HAM : querried the mc_id for the given choice id + # HAM : queried the mc_id for the given choice id set mc_id [db_string get_mc_id {select mc_id from as_item_choices where choice_id = :choice_id}] # *********** set new_mc_id [as::item_type_mc::new_revision -as_item_type_id $mc_id -with_choices_p f] Index: openacs-4/packages/dotlrn/tcl/class-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/class-procs.tcl,v diff -u -r1.54.2.1 -r1.54.2.2 --- openacs-4/packages/dotlrn/tcl/class-procs.tcl 24 Nov 2019 11:52:02 -0000 1.54.2.1 +++ openacs-4/packages/dotlrn/tcl/class-procs.tcl 30 Aug 2024 07:47:19 -0000 1.54.2.2 @@ -186,7 +186,7 @@ } { returns the number of class instances with the given class key } { - return [db_string select_count_class_instaces {} -default 0] + return [db_string select_count_class_instances {} -default 0] } ad_proc -public new_instance { Index: openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl,v diff -u -r1.21 -r1.21.2.1 --- openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl 29 Jun 2018 17:27:19 -0000 1.21 +++ openacs-4/packages/dotlrn-portlet/www/dotlrn-admin-portlet.tcl 30 Aug 2024 07:47:19 -0000 1.21.2.1 @@ -36,7 +36,7 @@ set admin_pretty_name [parameter::get -localize -parameter dotlrn_admin_pretty_name] set subcommunity_p [dotlrn_community::subcommunity_p -community_id $community_id] -#The community_type is dotlrn_club for "communties" and the subject name for classes. +#The community_type is dotlrn_club for "communities" and the subject name for classes. set comm_type [dotlrn_community::get_community_type_from_community_id $community_id] #Checking group admin parameters Index: openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl,v diff -u -r1.10.2.31 -r1.10.2.32 --- openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl 27 Aug 2024 14:27:36 -0000 1.10.2.31 +++ openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl 30 Aug 2024 07:47:19 -0000 1.10.2.32 @@ -836,7 +836,7 @@ should not be in control of the user. Here we create a file on the server, then try to copy this - file into the file-storage via a user requrest. This wold be + file into the file-storage via a user request. This wold be nasty because: 1. It means we could access any file the server can read e.g. source code, /etc/passwd... Index: openacs-4/packages/fs-portlet/www/fs-contents-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/www/fs-contents-portlet.tcl,v diff -u -r1.13.2.2 -r1.13.2.3 --- openacs-4/packages/fs-portlet/www/fs-contents-portlet.tcl 19 Apr 2023 14:34:47 -0000 1.13.2.2 +++ openacs-4/packages/fs-portlet/www/fs-contents-portlet.tcl 30 Aug 2024 07:47:19 -0000 1.13.2.3 @@ -19,7 +19,7 @@ These portlets show the contents of the given folder in a table - re-using a lot of code from fs-portlet + reusing a lot of code from fs-portlet @author Arjun Sanyal (arjun@openforce.net) @cvs-id $Id$ @@ -51,7 +51,7 @@ # # Note that, in theory, multiple instances might be mounted, but this # portlet's logics will assume only one exist. One way to address this -# would be to e.g. have a parameter specifiying exactly which instance +# would be to e.g. have a parameter specifying exactly which instance # in "ours". This has been considered in the past, but never been a # real problem in practice. # Index: openacs-4/packages/news/www/item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/item.tcl,v diff -u -r1.23.2.3 -r1.23.2.4 --- openacs-4/packages/news/www/item.tcl 12 Jun 2023 13:57:42 -0000 1.23.2.3 +++ openacs-4/packages/news/www/item.tcl 30 Aug 2024 07:47:19 -0000 1.23.2.4 @@ -91,7 +91,7 @@ } else { set title [_ news.Error] - set contect [list $title] + set context [list $title] ad_return_complaint 1 [_ news.lt_Could_not_find_the_re] ad_script_abort } Index: openacs-4/packages/news/www/admin/process-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/admin/process-2.tcl,v diff -u -r1.8 -r1.8.2.1 --- openacs-4/packages/news/www/admin/process-2.tcl 19 Jan 2018 14:24:20 -0000 1.8 +++ openacs-4/packages/news/www/admin/process-2.tcl 30 Aug 2024 07:47:19 -0000 1.8.2.1 @@ -1,8 +1,6 @@ -# /packages/news/www/admin/process-2.tcl - ad_page_contract { - Confirmation page for News-admin to apply a drastical action to one or more + Confirmation page for news-admin to apply a drastic action to one or more news item(s), currently this is either 'delete','archive', or 'make permanent' The page is thereafter redirected to the administer page where the result is reflected. Index: openacs-4/packages/xooauth/tcl/oauth-server-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xooauth/tcl/oauth-server-procs.tcl,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/xooauth/tcl/oauth-server-procs.tcl 2 May 2023 18:14:54 -0000 1.1.2.3 +++ openacs-4/packages/xooauth/tcl/oauth-server-procs.tcl 30 Aug 2024 07:47:19 -0000 1.1.2.4 @@ -265,7 +265,7 @@ # Server ad_instproc privilege=oauth {{-login true} user_id package_id method} { - This method implements a privilege for the xotcl-core permissions system, + This method implements a privilege for the xotcl-core permission system, so that one is able to protect methods via policies. For example:
     Class create Package -array set require_permission {
Index: openacs-4/packages/xooauth/www/github-login-handler.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xooauth/www/github-login-handler.tcl,v
diff -u -r1.1.2.2 -r1.1.2.3
--- openacs-4/packages/xooauth/www/github-login-handler.tcl	11 May 2023 16:43:57 -0000	1.1.2.2
+++ openacs-4/packages/xooauth/www/github-login-handler.tcl	30 Aug 2024 07:47:19 -0000	1.1.2.3
@@ -4,7 +4,7 @@
     @author Gustaf Neumann
 }
 
-set auth_obj ::xo::oauth::github
+set auth_obj ::xo::oauth::GitHub
 
 if {![nsf::is object $auth_obj]} {
     set error "Authorization object '$auth_obj' was not configured"
Index: openacs-4/packages/xooauth/www/admin/lti-test.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xooauth/www/admin/lti-test.tcl,v
diff -u -r1.1.2.8 -r1.1.2.9
--- openacs-4/packages/xooauth/www/admin/lti-test.tcl	28 Feb 2024 13:36:49 -0000	1.1.2.8
+++ openacs-4/packages/xooauth/www/admin/lti-test.tcl	30 Aug 2024 07:47:19 -0000	1.1.2.9
@@ -99,7 +99,7 @@
         # iframe
         #
         # Note: we do not set any kind of sandboxing here, but it
-        # could be appropropriate. See
+        # could be appropriate. See
         # https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox
         #
         set iframe_attributes {
Index: openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl,v
diff -u -r1.41.2.60 -r1.41.2.61
--- openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl	27 Aug 2024 10:15:52 -0000	1.41.2.60
+++ openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl	30 Aug 2024 07:47:19 -0000	1.41.2.61
@@ -259,7 +259,7 @@
                      -configuration_command $cmd]
           if {$r eq ""} {
             ns_log warning "acs_admin::require_site_wide_package -package_key ${:package_key}" \
-                "returned empty pacakge_id. Do not cache!"
+                "returned empty package_id. Do not cache!"
             break
           }
           set r