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.6 -r1.7 --- openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql 27 Mar 2018 12:22:17 -0000 1.6 +++ openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql 20 Oct 2018 11:55:29 -0000 1.7 @@ -221,7 +221,7 @@ join_interval__interval_id, join_interval__copy_p); - -- Dont forget to put the newly created timepsan into the shadow table + -- Don't forget to put the newly created timepsan into the shadow table insert into ut_timespans (timespan_id,interval_id) values (join_interval__timespan_id,v_interval_id_cp); Index: openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml,v diff -u -r1.3 -r1.4 --- openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml 5 Apr 2018 14:44:08 -0000 1.3 +++ openacs-4/packages/assessment/www/doc/asm_trigger_doc/doc-source/asm_user_manual.xml 20 Oct 2018 11:55:29 -0000 1.4 @@ -551,7 +551,7 @@ </mediaobject> </screenshot>If the Assessment Package is installed and mounted, the link can be follow and will lead to a page that shows all the assessment - that can be responded for anonymous users created in all of the diferent + that can be responded for anonymous users created in all of the different instances of the assessment package that could exist. If the option "None" is selected, it means that the registration process will be the same as always has been, if any other option is selected, the assessment will be Index: openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs.tcl 23 Mar 2018 22:56:43 -0000 1.14 +++ openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs.tcl 20 Oct 2018 11:55:29 -0000 1.15 @@ -228,7 +228,7 @@ (a) success The outcome in most cases because there are few chances for failure - (b) failure May occure when there is a communications failure + (b) failure May occur when there is a communication failure with the payment gateway. Also, most payment gateways will fail a post authorization if the transaction has already been marked or if the post authorization amount is higher than the original @@ -401,7 +401,7 @@ (a) success The outcome in most cases because there are few chances for failure - (b) failure May occure when there is a communications failure + (b) failure May occur when there is a communication failure with the payment gateway. Also, most payment gateways will fail a return if the transaction has already been marked or if the return amount is higher than the original authorized amount. Of Index: openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl 4 Sep 2008 12:24:06 -0000 1.14 +++ openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl 20 Oct 2018 11:55:29 -0000 1.15 @@ -311,7 +311,7 @@ # Log this failure in the problem log. - set problem_details "Transaction $transaction_id failed to authorize due to repeated 'failure-retry' reponses from the payment gateway" + set problem_details "Transaction $transaction_id failed to authorize due to repeated 'failure-retry' responses from the payment gateway" db_dml problems_log_insert " insert into ec_problems_log (problem_id, problem_date, problem_details, order_id) @@ -804,7 +804,7 @@ # Log this failure in the problem log. - set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' reponses from the payment gateway" + set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' responses from the payment gateway" db_dml problems_log_insert " insert into ec_problems_log (problem_id, problem_date, problem_details, order_id) @@ -968,7 +968,7 @@ # Log this failure in the problem log. - set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' reponses from the payment gateway" + set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' responses from the payment gateway" db_dml problems_log_insert " insert into ec_problems_log (problem_id, problem_date, problem_details, order_id) @@ -1139,7 +1139,7 @@ # Log this failure in the problem log. - set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' reponses from the payment gateway" + set problem_details "Transaction $transaction_id failed to mark due to repeated 'failure-retry' responses from the payment gateway" db_dml problems_log_insert " insert into ec_problems_log (problem_id, problem_date, problem_details, order_id) Index: openacs-4/packages/ecommerce/tcl/resource-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/resource-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/tcl/resource-procs.tcl 4 Sep 2008 12:24:06 -0000 1.6 +++ openacs-4/packages/ecommerce/tcl/resource-procs.tcl 20 Oct 2018 11:55:29 -0000 1.7 @@ -235,7 +235,7 @@ set full_dirname [file join [ec_data_directory] [ec_product_directory] [ec_product_file_directory $product_id] $dirname] # hmm.. if $dirname was not saved, we might be creating a rogue dir (if product_name is in flux and product_id not in db) - # we will be ok so long as a dirname is generated whenver a new product is being created, + # we will be ok so long as a dirname is generated whenever a new product is being created, # by calling ecommerce::resource::dirname and saving the returned dirname into ec_products. ec_assert_directory $full_dirname return $full_dirname Index: openacs-4/packages/ecommerce/tcl/social-networking-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/social-networking-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/tcl/social-networking-procs.tcl 11 Nov 2011 19:40:42 -0000 1.2 +++ openacs-4/packages/ecommerce/tcl/social-networking-procs.tcl 20 Oct 2018 11:55:29 -0000 1.3 @@ -13,7 +13,7 @@ } { if { $url eq "" } { set url [ad_return_url -qualified] - # x and y paramters are generated in forms where submit button is type "image" + # x and y parameters are generated in forms where submit button is type "image" # remove gremilin x and y parameters from form posts by GET # ie make urls less ugly when sharing. if { [ad_conn method] != "POST" } { Index: openacs-4/packages/ecommerce/www/admin/products/extras-upload-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/extras-upload-2.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/ecommerce/www/admin/products/extras-upload-2.tcl 5 Apr 2018 14:44:09 -0000 1.9 +++ openacs-4/packages/ecommerce/www/admin/products/extras-upload-2.tcl 20 Oct 2018 11:55:29 -0000 1.10 @@ -31,7 +31,7 @@ set context [list [list index Products] $title] set unix_file_name ${csv_file.tmpfile} -# Check that the file is readible +# Check that the file is readable if { ![file readable $unix_file_name] } { append doc_body "Cannot read file $unix_file_name" set serious_errors 1 Index: openacs-4/packages/news/tcl/test/news-db-test-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/tcl/test/news-db-test-init.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/news/tcl/test/news-db-test-init.tcl 28 Sep 2018 08:42:02 -0000 1.17 +++ openacs-4/packages/news/tcl/test/news-db-test-init.tcl 20 Oct 2018 11:55:29 -0000 1.18 @@ -508,7 +508,7 @@ hierarchy. } { # - # Extract the list of all privileges and privilege heirachies. + # Extract the list of all privileges and privilege hierarchies. # set priv_list {} db_foreach get-privileges { @@ -529,7 +529,7 @@ aa_true "Check $priv privilege exists" {[lsearch $priv_list $priv] != -1} } - aa_log "Check the news privilege heirachies are correct" + aa_log "Check the news privilege hierarchies are correct" foreach priv_pair {"read,news_read" "delete,news_delete" "news_admin,news_read" Index: openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 7 Oct 2018 11:39:58 -0000 1.11 +++ openacs-4/packages/xowf/tcl/test/xowf-test-procs.tcl 20 Oct 2018 11:55:29 -0000 1.12 @@ -228,7 +228,7 @@ "::xowf::WorkflowConstruct instproc get_value" } workflow_constructs { - Test behavour of conditional and non-conditional expressions + Test behaviour of conditional and non-conditional expressions of WorkflowConstructs. } {