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.40.2.5 -r1.40.2.6 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 12 Sep 2016 11:07:40 -0000 1.40.2.5 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 21 Apr 2017 15:43:47 -0000 1.40.2.6 @@ -158,7 +158,7 @@ running a set of testcases, and the descructor called once upon completion of running a set of testcases.
The idea behind this is that it could be used to perform data intensive
- operations that shared amoungst a set if testcases. For example, mounting
+ operations that shared amongst a set if testcases. For example, mounting
an instance of a package. This could be performed by each testcase
individually, but this would be highly inefficient if there are any
significant number of them.
@@ -1244,7 +1244,7 @@
ad_proc -public aa_get_first_url {
{-package_key:required}
} {
- Procedure for geting the url of a mounted package with the package_key. It uses the first instance that it founds. This is usefull for tclwebtest tests.
+ Procedure for geting the url of a mounted package with the package_key. It uses the first instance that it founds. This is useful for tclwebtest tests.
} {
if {![db_0or1row first_url {}]} {
Index: openacs-4/packages/acs-automated-testing/tcl/http.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/Attic/http.tcl,v
diff -u -r1.2.2.4 -r1.2.2.5
--- openacs-4/packages/acs-automated-testing/tcl/http.tcl 20 Oct 2015 08:01:06 -0000 1.2.2.4
+++ openacs-4/packages/acs-automated-testing/tcl/http.tcl 21 Apr 2017 15:43:47 -0000 1.2.2.5
@@ -587,7 +587,7 @@
# get trying to write the post data. Having both fileevents active
# changes the timing and the behavior, but no two platforms
# (among Solaris, Linux, and NT) behave the same, and none
- # behave all that well in any case. Servers should always read thier
+ # behave all that well in any case. Servers should always read their
# POST data if they expect the client to read their response.
if {$isQuery || $isQueryChannel} {
@@ -1005,7 +1005,7 @@
#
# Arguments
# token The token returned from http::geturl
-# count The amount transfered
+# count The amount transferred
#
# Side Effects
# Invokes callbacks
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 -r1.8.2.3 -r1.8.2.4
--- openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 12 Sep 2016 11:08:19 -0000 1.8.2.3
+++ openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 21 Apr 2017 15:43:47 -0000 1.8.2.4
@@ -53,7 +53,7 @@
}
if { $error_p } {
- # Either some non-socket error, or a socket problem occuring with more than
+ # Either some non-socket error, or a socket problem occurring with more than
# $retry_max times. Propagate the error while retaining the stack trace
aa_log "twt::do_request failed with error=\"$errmsg\" response_url=\"[tclwebtest::response url]\". See error log for the HTML response body"
ns_log Error "twt::do_request failed with error=\"$errmsg\" response_url=\"[tclwebtest::response url]\" response_body=\"[tclwebtest::response body]\""
@@ -195,8 +195,8 @@
if { [party::get_by_email -email $email] eq "" } {
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\" eventhough email exists (password may be incorrect). response_body=[tclwebtest::response body]"
- error "Failed to log in user with email=\"$email\" and password=\"$password\" eventhough email exists (password may be incorrect). User should be able to request $home_uri without redirection, however response url=$response_url"
+ 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"
}
}
Index: openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl,v
diff -u -r1.2.12.3 -r1.2.12.4
--- openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl 20 May 2016 19:52:59 -0000 1.2.12.3
+++ openacs-4/packages/acs-automated-testing/www/admin/record-test.tcl 21 Apr 2017 15:43:47 -0000 1.2.12.4
@@ -18,7 +18,7 @@
# Todo
# This is a first attempt of integrating the TwtR
# with oacs. I think it is a good point to start
-# but in the ToDo list would be really usefull to
+# but in the ToDo list would be really useful to
# have:
# - Parsing the Test code to replace fixed values with
# Random ones (i.e. names, descriptions, intervals,
@@ -50,7 +50,7 @@
{ search_str:text,optional
{label "Search String"}
{html {size 50}}
- {help_text "Sometimes, you might need this string to check if the test is successfull or no (i.e. testing Warning messages)
If you want to check more than one string, use a comma to separate the different strings"}
+ {help_text "Sometimes, you might need this string to check if the test is successful or no (i.e. testing Warning messages)
If you want to check more than one string, use a comma to separate the different strings"}
}
{ login_type:integer(select)
{label "Login Type"}
Index: openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl,v
diff -u -r1.32.2.4 -r1.32.2.5
--- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 12 Sep 2016 10:28:35 -0000 1.32.2.4
+++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 21 Apr 2017 15:43:47 -0000 1.32.2.5
@@ -181,7 +181,7 @@
}]
if { $errno && $errno != 2 } {
- # An error occured while bootstrapping. Handle it by registering a filter
+ # An error occurred while bootstrapping. Handle it by registering a filter
# to display the error message, rather than leaving the site administrator
# to guess what broke.
Index: openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl,v
diff -u -r1.8.12.1 -r1.8.12.2
--- openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 10 Sep 2015 08:21:15 -0000 1.8.12.1
+++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 21 Apr 2017 15:43:47 -0000 1.8.12.2
@@ -15,7 +15,7 @@
append my_errors "(db_bootstrap_checks) Internal error accessing pool \"$pool\".
"
set my_error_p 1
} else { # DRB: The aD code didn't deallocate the database handle if either of the following
- # errors occured. Boo hiss...
+ # errors occurred. Boo hiss...
if { [catch { ns_ora 1row $db "select sysdate from dual" }] ||
[catch { ns_ora exec_plsql_bind $db { begin :1 := 37*73; end; } 1 "" }] } {
append my_errors "Database pool \"$pool\" has been configured with an old version of the Oracle driver. You'll need version 2.3 or later.
"
@@ -69,7 +69,7 @@
# Oracle should provide ctxhx
global env
- # How the hell we'd get this far without ORACLE_HOME is beyond me, but they wanna
+ # How the hell we'd get this far without ORACLE_HOME is beyond me, but they want to
# check, so let them check!
if {![info exists env(ORACLE_HOME)]} {
append my_errors "
Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v diff -u -r1.30.2.6 -r1.30.2.7 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 8 Nov 2016 12:36:00 -0000 1.30.2.6 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 21 Apr 2017 15:43:47 -0000 1.30.2.7 @@ -25,7 +25,7 @@ if { [ad_verify_install] } { install_return 200 "OpenACS Installation Complete" " -You have successfully installed the Open Architecture Community System (OpenACS)! +You have successfuly installed the Open Architecture Community System (OpenACS)!
Your server process has been terminated. Unless you have configured your web server to restart automatically, as outlined in the Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.42.2.6 -r1.42.2.7 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 3 Oct 2016 20:40:03 -0000 1.42.2.6 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 21 Apr 2017 15:43:47 -0000 1.42.2.7 @@ -509,7 +509,7 @@ } elseif { $callback eq "" && [llength $switches] == 0 } { # - # Nothing special is used in the argument definiton, create a + # Nothing special is used in the argument definition, create a # plain proc # uplevel [::list proc $proc_name_as_passed $arg_list "${log_code}$code_block"] Index: openacs-4/packages/acs-developer-support/tcl/acs-developer-support-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/tcl/acs-developer-support-init.tcl,v diff -u -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/acs-developer-support/tcl/acs-developer-support-init.tcl 10 Sep 2015 08:21:23 -0000 1.9.2.1 +++ openacs-4/packages/acs-developer-support/tcl/acs-developer-support-init.tcl 21 Apr 2017 15:50:24 -0000 1.9.2.2 @@ -12,7 +12,7 @@ nsv_set ds_properties enabled_p [parameter::get -package_id [ds_instance_id] -parameter EnabledOnStartupP -default 0] - # Take the IP list (space or comma seperated) and turn it into a tcl list. + # Take the IP list (space or comma separated) and turn it into a tcl list. set IPs [list] foreach ip [lsort -unique [split [parameter::get -package_id [ds_instance_id] -parameter EnabledIPs -default *] { ,}]] { if {$ip eq "*"} { Index: openacs-4/packages/acs-events/sql/postgresql/oracle-compat-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/sql/postgresql/oracle-compat-create.sql,v diff -u -r1.5 -r1.5.4.1 --- openacs-4/packages/acs-events/sql/postgresql/oracle-compat-create.sql 30 Mar 2013 13:00:29 -0000 1.5 +++ openacs-4/packages/acs-events/sql/postgresql/oracle-compat-create.sql 21 Apr 2017 15:50:24 -0000 1.5.4.1 @@ -135,7 +135,7 @@ v_ref_dow integer; v_add_days integer; BEGIN - -- I cant find a function that converts days of the week to + -- I can't find a function that converts days of the week to -- the corresponding integer value, so I roll my own (above) -- We avoid extract(dow from timestamp) because of incompatible output with to_char. v_ref_dow := dow_to_int(next_day__weekday); Index: openacs-4/packages/acs-events/sql/postgresql/timespan-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/sql/postgresql/timespan-create.sql,v diff -u -r1.6 -r1.6.4.1 --- openacs-4/packages/acs-events/sql/postgresql/timespan-create.sql 30 Mar 2013 13:00:29 -0000 1.6 +++ openacs-4/packages/acs-events/sql/postgresql/timespan-create.sql 21 Apr 2017 15:50:24 -0000 1.6.4.1 @@ -634,7 +634,7 @@ -- This is important to prevent locking on update of master table. -- See http://www.arsdigita.com/bboard/q-and-a-fetch-msg.tcl?msg_id=000KOh --- JS: Not sure if this applies to PostgreSQL, but an index cant hurt, can it? +-- JS: Not sure if this applies to PostgreSQL, but an index can't hurt, can it? create index timespans_interval_id_idx on timespans(interval_id); comment on table timespans is ' @@ -790,7 +790,7 @@ -- JS: If we simply call timespan__new with default copy_p = true, -- JS: there will be two new time intervals that will be created - -- JS: everytime this function is called. The first one will never be used!!! + -- JS: every time this function is called. The first one will never be used!!! -- JS: To fix, we use the timespan__new with copy_p parameter and -- JS: setting copy_p to false. return timespan__new(time_interval__new(new__start_date, new__end_date),false); Index: openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql,v diff -u -r1.3 -r1.3.4.1 --- openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql 30 Mar 2013 13:00:30 -0000 1.3 +++ openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql 21 Apr 2017 15:50:24 -0000 1.3.4.1 @@ -210,7 +210,7 @@ v_interval_id_cp time_intervals.interval_id%TYPE; BEGIN - -- Get interval id of orginal interval (before join) + -- Get interval id of original interval (before join) select interval_id into v_interval_id from timespans where timespan_id = join_interval__timespan_id; Index: openacs-4/packages/acs-events/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/www/doc/design.adp,v diff -u -r1.2.2.5 -r1.2.2.6 --- openacs-4/packages/acs-events/www/doc/design.adp 5 Jul 2016 12:18:25 -0000 1.2.2.5 +++ openacs-4/packages/acs-events/www/doc/design.adp 21 Apr 2017 15:50:24 -0000 1.2.2.6 @@ -151,7 +151,7 @@ calendar was based on the Palm DateBook which seemed fairly inclusive (covering both Yahoo Calendar and Excite Planner) though it didn't capture some of the more esoteric cases covered by -Outlook or (particuarly) Lotus Notes. The Events service maintains +Outlook or (particularly) Lotus Notes. The Events service maintains the original choices, but adds an additional choice, 'custom', which, when combined with the custom_func column, allows an application to generate an arbitrary recurrence function. Index: openacs-4/packages/acs-events/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/www/doc/design.html,v diff -u -r1.1.1.1.28.1 -r1.1.1.1.28.2 --- openacs-4/packages/acs-events/www/doc/design.html 22 Jun 2016 08:19:32 -0000 1.1.1.1.28.1 +++ openacs-4/packages/acs-events/www/doc/design.html 21 Apr 2017 15:50:24 -0000 1.1.1.1.28.2 @@ -188,7 +188,7 @@ calendar was based on the Palm DateBook which seemed fairly inclusive (covering both Yahoo Calendar and Excite Planner) though it didn't capture some of the more esoteric cases covered by Outlook or -(particuarly) Lotus Notes. The Events service maintains the original +(particularly) Lotus Notes. The Events service maintains the original choices, but adds an additional choice, 'custom', which, when combined with the custom_func column, allows an application to generate an arbitrary recurrence function. The function must take a date and a