Index: openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/01-database-procs.tcl,v diff -u -N -r1.1.2.42 -r1.1.2.43 --- openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 25 Nov 2022 13:07:58 -0000 1.1.2.42 +++ openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 27 Nov 2022 17:55:10 -0000 1.1.2.43 @@ -383,8 +383,8 @@ switch -- $driverkey { postgresql { - # # the following query will return a nextval if the sequnce - # # is of relkind = 'S' (a sequnce). if it is not of relkind = 'S' + # # the following query will return a nextval if the sequence + # # is of relkind = 'S' (a sequence). if it is not of relkind = 'S' # # we will try querying it as a view: # if { [db_0or1row -dbn $dbn nextval_sequence " @@ -2294,7 +2294,7 @@ @param subst Perform Tcl substitution in xql-files. Possible values: all, none, vars, commands @param bind bind variables, passed either as an ns_set id, or via bind value list @param column_array array to be populated with values - @param column_set ns_set to tbe populated with values + @param column_set ns_set to be populated with values } { # Query Dispatcher (OpenACS - ben) Index: openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl,v diff -u -N -r1.19.2.2 -r1.19.2.3 --- openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl 28 Feb 2020 14:04:43 -0000 1.19.2.2 +++ openacs-4/packages/acs-tcl/tcl/application-data-link-procs.tcl 27 Nov 2022 17:55:10 -0000 1.19.2.3 @@ -364,7 +364,7 @@ -to_object_id {-relation_tag ""} } { - Check if a link exists, only checks in the directon requested. + Check if a link exists, only checks in the direction requested. Optionally check if the link has the given tag. @param from_object_id Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -N -r1.126.2.79 -r1.126.2.80 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 26 Nov 2022 16:47:54 -0000 1.126.2.79 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 27 Nov 2022 17:55:10 -0000 1.126.2.80 @@ -2382,7 +2382,7 @@ configuration information about the network connection. @param driver (e.g. nssock) - @param server symobolic server name + @param server symbolic server name @return name of section of the drive in the config file } { if {$server eq ""} {set server [ns_info server]} 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 -N -r1.189.2.158 -r1.189.2.159 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 26 Nov 2022 16:46:34 -0000 1.189.2.158 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 27 Nov 2022 17:55:10 -0000 1.189.2.159 @@ -597,7 +597,7 @@ base option will be encoded by ad_urlencode_url proc - @param set a ns_set that we want to export together with our + @param set an ns_set that we want to export together with our variables. It has no effect when also the '-entire_form' flag is specified and will otherwise behave as if the current request form data was the supplied ns_set. @@ -1035,7 +1035,7 @@ Returns a URL for re-issuing the current request, with query variables. If a form submission is present, that is converted into query vars as well. - DEPRECATED: ad_return_url is a complete replacement for this api + DEPRECATED: ad_return_url is a complete replacement for this API that also allows better control over the behavior. @see ad_return_url @@ -1361,7 +1361,7 @@ ad_proc -public ad_decode { value args } { - This procedure is analogus to sql decode procedure. The first parameter is + This procedure is analogous to sql decode procedure. The first parameter is the value we want to decode. This parameter is followed by a list of pairs where first element in the pair is convert from value and second element is convert to value. The last value is default value, which will @@ -3613,7 +3613,7 @@ externally provided content, which might be provided e.g. via query variables, or via user values stored in the database. When such content contains square braces, a "subst" command on - theses can evaluate arbitrary commands, which is dangerous. + it can evaluate arbitrary commands, which is dangerous. } { #ns_log notice "util::potentially_unsafe_eval_p '$string'" @@ -3890,7 +3890,7 @@ # regsub -all -- {\$([0-9a-zA-Z_:]+|[\{][^\}]+[\}])} $escaped {[ns_quotehtml $\1]} result # - # Finallly, "subst" the result. + # Finally, "subst" the result. # return [uplevel $ulevel [list ::subst $result]] } @@ -4121,7 +4121,7 @@ file mkdir $path # # We check on the version-dir, if the package is - # installed, therefore, dont create an empty one. + # installed, therefore, don't create an empty one. # file delete $path } on error {errorMsg} { Index: openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl,v diff -u -N -r1.9.2.9 -r1.9.2.10 --- openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl 26 Nov 2022 16:47:54 -0000 1.9.2.9 +++ openacs-4/packages/acs-tcl/tcl/test/community-core-test-procs.tcl 27 Nov 2022 17:55:10 -0000 1.9.2.10 @@ -264,7 +264,7 @@ aa_equals "We can find the user by its screen name" \ [acs_user::get_user_id_by_screen_name \ -screen_name $screen_name] $user_id - aa_equals "Screen name is consitent between apis" \ + aa_equals "Screen name is consistent between apis" \ [dict get [acs_user::get_user_info -user_id $user_id] screen_name] \ $screen_name Index: openacs-4/packages/acs-tcl/tcl/test/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/Attic/utilities-procs.tcl,v diff -u -N -r1.1.2.13 -r1.1.2.14 --- openacs-4/packages/acs-tcl/tcl/test/utilities-procs.tcl 8 Nov 2022 09:55:40 -0000 1.1.2.13 +++ openacs-4/packages/acs-tcl/tcl/test/utilities-procs.tcl 27 Nov 2022 17:55:10 -0000 1.1.2.14 @@ -83,7 +83,7 @@ $str] aa_equals "Sanitizing to an existing filename with resolving is fine" $resolved [string tolower "A_ßCoOOetcpasswdl#_f__ilename_.extension"]_2 - aa_false "Sanitizing with not balanced parantheses in the filename does not throw an error" [catch { + aa_false "Sanitizing with not balanced parentheses in the filename does not throw an error" [catch { aa_equals "Sanitizing to an existing filename with resolving is fine" [ad_sanitize_filename -existing_names {foo( foo(-3} "foo("] "foo(-4" }] } Index: openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl,v diff -u -N -r1.54.2.16 -r1.54.2.17 --- openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 12 Sep 2022 15:54:35 -0000 1.54.2.16 +++ openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 27 Nov 2022 17:59:19 -0000 1.54.2.17 @@ -256,7 +256,7 @@ to be made unique. If the value was mistyped and should have been \ the same as previously then you must manually remove the entry for \ $unique_key from the catalog file and change the key in \ - the file $file fom $unique_key to $message_key] + the file $file from $unique_key to $message_key] } else { ns_log Notice [list lang::util::replace_temporary_tags_with_lookups - Will be adding \ new key $unique_key to catalog file for package $package_key] Index: openacs-4/packages/acs-lang/tcl/test/acs-lang-localization-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/test/acs-lang-localization-procs.tcl,v diff -u -N -r1.4.2.9 -r1.4.2.10 --- openacs-4/packages/acs-lang/tcl/test/acs-lang-localization-procs.tcl 19 Aug 2022 14:23:05 -0000 1.4.2.9 +++ openacs-4/packages/acs-lang/tcl/test/acs-lang-localization-procs.tcl 27 Nov 2022 17:59:19 -0000 1.4.2.10 @@ -107,7 +107,7 @@ # # There is no easy way to change the conn::timezone. So set the # system timezone to the lang::conn::timezone to get a - # reproducable result. Since we are running in a transaction, no + # reproducible result. Since we are running in a transaction, no # harm is done. # lang::system::set_timezone [lang::conn::timezone] Index: openacs-4/packages/acs-content-repository/tcl/content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-procs.tcl,v diff -u -N -r1.16.2.6 -r1.16.2.7 --- openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 2 Mar 2021 12:02:23 -0000 1.16.2.6 +++ openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 27 Nov 2022 18:01:37 -0000 1.16.2.7 @@ -153,7 +153,7 @@ ad_proc -private cr_check_file_entry {name} { - Check if an entriy from the content repository having the + Check if an entry from the content repository having the specified partial path their content field exists. @result boolean success 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 -N -r1.79.2.64 -r1.79.2.65 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 9 Sep 2022 14:45:35 -0000 1.79.2.64 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 27 Nov 2022 18:04:55 -0000 1.79.2.65 @@ -1662,8 +1662,8 @@ @param var the variable name that body can refer to as documentElement of the document (e.g. "root"). @param html the markup to be parsed. - @param body a tcl script executed in the caller scope that can - assume the document to be pased and be available + @param body a Tcl script executed in the caller scope that can + assume the document to be parsed and be available in "var". } { upvar $var root