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 -r1.126.2.61 -r1.126.2.62
--- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 20 Jan 2022 09:50:07 -0000 1.126.2.61
+++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 7 Feb 2022 12:21:39 -0000 1.126.2.62
@@ -2508,7 +2508,7 @@
if {[dict get $d port] != 0} {
#
# Add configured locations (deprecated, since this
- # conflicts with the concept of virutal servers).
+ # conflicts with the concept of virtual servers).
#
set location [dict get $d location]
if {$location ne "" && $location ni $locations} {
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.120 -r1.189.2.121
--- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 7 Feb 2022 10:30:15 -0000 1.189.2.120
+++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 7 Feb 2022 12:21:39 -0000 1.189.2.121
@@ -295,7 +295,7 @@
ad_proc -public util::random {} {
Return a pseudo-random number between 0 and 1. The reason to have
this proc is that seeding can be controlled by the user and the
- generation is independent from tcl.
+ generation is independent of Tcl.
@see util::random_init
} {
@@ -1290,7 +1290,7 @@
be returned in the case convert from values matches the given value to
be decoded.
- Note that in most cases native tcl idioms such as expr or switch
+ Note that in most cases native Tcl idioms such as expr or switch
will do the trick. This proc CAN make sense when one has many
alternatives to decode, as in such cases a switch statement would
not be as compact.
Index: openacs-4/packages/acs-tcl/tcl/test/proxy-test-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/proxy-test-procs.tcl,v
diff -u -r1.1.2.5 -r1.1.2.6
--- openacs-4/packages/acs-tcl/tcl/test/proxy-test-procs.tcl 23 May 2021 17:57:08 -0000 1.1.2.5
+++ openacs-4/packages/acs-tcl/tcl/test/proxy-test-procs.tcl 7 Feb 2022 12:21:39 -0000 1.1.2.6
@@ -23,7 +23,7 @@
# intention is not clear to me. If there is the goal to change the
# encoding for a single file, why not change it for this file?
#
-# c) The use case for the test is unclear. if a program requries in a
+# c) The use case for the test is unclear. If a program requires in a
# single run different system encodings, it does something
# probably wrong.
#