Index: openacs-4/packages/acs-admin/www/apm/package-add-2.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/package-add-2.tcl,v
diff -u -r1.17 -r1.18
--- openacs-4/packages/acs-admin/www/apm/package-add-2.tcl 2 Feb 2018 00:04:50 -0000 1.17
+++ openacs-4/packages/acs-admin/www/apm/package-add-2.tcl 4 Apr 2018 08:11:26 -0000 1.18
@@ -93,7 +93,7 @@
version_uri {You must provide a unique URI for this version of your package.}
summary {Please summarize your package so that users can determine what it is for.}
description {Please provide a description of your package so that users can consider using it.}
- descrption_format {Please indicate if your package is HTML or text.}
+ description_format {Please indicate if your package is HTML or text.}
package_key_format {The package key should contain only letters, numbers, and hyphens (dashes) and it must be lowercase.}
package_id {You must provide an integer key for your package.}
version_id {You must provide an integer key for your package version.}
Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql 7 Aug 2017 23:47:56 -0000 1.3
+++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql 4 Apr 2018 08:11:26 -0000 1.4
@@ -1121,7 +1121,7 @@
return 't';
end if;
--
- -- group permmissions
+ -- group permissions
select decode(count(*),0,'f','t') into exists_p
from dual where exists (
select 'x'
Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-database-procs.tcl,v
diff -u -r1.94 -r1.95
--- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 27 Mar 2018 12:22:17 -0000 1.94
+++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 4 Apr 2018 08:11:26 -0000 1.95
@@ -2246,7 +2246,7 @@
# queries in the on_error block would then fail.
#
# Note that the semantics described in the proc doc
- # are not possible to support on postresql.
+ # are not possible to support on postgresql.
# DRB: I removed the db_release_unused_handles call that
# this patch included because additional aborts further
Index: openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl,v
diff -u -r1.35 -r1.36
--- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 19 Jan 2018 20:56:00 -0000 1.35
+++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 4 Apr 2018 08:11:26 -0000 1.36
@@ -461,7 +461,7 @@
# }
-# # javascipt enabled
+# # javascript enabled
# append return_string "
# function hiLite(imgObjName) \{
Index: openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl,v
diff -u -r1.16 -r1.17
--- openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 29 Mar 2018 15:03:00 -0000 1.16
+++ openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 4 Apr 2018 08:11:26 -0000 1.17
@@ -559,7 +559,7 @@
{-options ""}
} {
This proc will generate javascript for an overlibmws popup.
- This script has to go into a javscript event like onClick or onMouseover.
+ This script has to go into a javascript event like onClick or onMouseover.
The ah::source must be executed with -source "overlibmws"
For more information about the options that you can pass
http://www.macridesweb.com/oltest/
@@ -593,7 +593,7 @@
} {
This proc will generate javascript for to clear a popup.
- This script has to go into a javscript event like onClick or onMouseover.
+ This script has to go into a javascript event like onClick or onMouseover.
The ah::source must be executed with -source "overlibmws"
@author Hamilton Chua (ham@solutiongrove.com)
@@ -761,7 +761,7 @@
@param element the page element that you want to make draggable
@param options specify the scriptaculous options
@param uid provide a unique id that is used as a variable to associate with the draggable
- @param element_is_var specify this parameter if the element you are passing is a javscript variable
+ @param element_is_var specify this parameter if the element you are passing is a javascript variable
@return
@@ -793,7 +793,7 @@
@creation-date 2006-02-24
@param element the page element that you want to be a droppable
- @param element_is_var specify this parameter if the element you are passing is a javscript variable
+ @param element_is_var specify this parameter if the element you are passing is a javascript variable
@param uid provide a unique id that is used as a variable to associate with the droppable
@param options specify the scriptaculous options for droppables
@@ -826,7 +826,7 @@
@creation-date 2006-02-24
@param element the page element that you want to be a droppable
- @param element_is_var specify this parameter if the element you are passing is a javscript variable
+ @param element_is_var specify this parameter if the element you are passing is a javascript variable
@return
@error
@@ -858,7 +858,7 @@
@param element the page element that you want to apply the effect to
@param options specify the scriptaculous options
- @param element_is_var specify this parameter if the element you are passing is a javscript variable
+ @param element_is_var specify this parameter if the element you are passing is a javascript variable
@return
@error
Index: openacs-4/packages/ams/tcl/ams-list-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/ams-list-procs.tcl,v
diff -u -r1.13 -r1.14
--- openacs-4/packages/ams/tcl/ams-list-procs.tcl 16 May 2006 13:53:23 -0000 1.13
+++ openacs-4/packages/ams/tcl/ams-list-procs.tcl 4 Apr 2018 08:11:26 -0000 1.14
@@ -305,7 +305,7 @@
} {
if { [empty_string_p $list_id] && [empty_string_p $list_name] } {
ad_return_complaint 1 "[_ ams.you_must_provide_list_id]"
- ad_scritp_abort
+ ad_script_abort
}
if { ![empty_string_p $list_name] && [empty_string_p $list_id]} {
Index: openacs-4/packages/anon-eval/www/index-oracle.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/anon-eval/www/index-oracle.xql,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/anon-eval/www/index-oracle.xql 2 Jun 2005 06:28:45 -0000 1.1
+++ openacs-4/packages/anon-eval/www/index-oracle.xql 4 Apr 2018 08:11:26 -0000 1.2
@@ -2,7 +2,7 @@
Notes:
The Assessmet +
The Assessment
Package allows to set an assessment as anonymous, this feature
works like this: If the assessment is set as anonymous, the subject
associated with the session (generated result) will be the
Index: openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml,v
diff -u -r1.72 -r1.73
--- openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 27 Mar 2018 14:22:30 -0000 1.72
+++ openacs-4/packages/dotlrn-ecommerce/catalog/dotlrn-ecommerce.en_US.ISO-8859-1.xml 4 Apr 2018 08:11:26 -0000 1.73
@@ -123,7 +123,7 @@
+#dotlrn-ecommerce.lt_Application_assessment#
#dotlrn-ecommerce.Select_1#
#dotlrn-ecommerce.Edit_Application#
#dotlrn-ecommerce.Preview_Application#
Index: openacs-4/packages/dotlrn-ecommerce/www/manage/one-section.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/manage/one-section.adp,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/dotlrn-ecommerce/www/manage/one-section.adp 15 Sep 2017 07:38:10 -0000 1.2
+++ openacs-4/packages/dotlrn-ecommerce/www/manage/one-section.adp 4 Apr 2018 08:11:26 -0000 1.3
@@ -35,7 +35,7 @@
+#dotlrn-ecommerce.lt_Application_assessment#
#dotlrn-ecommerce.Select_1#
#dotlrn-ecommerce.Edit_Application#
Index: openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl,v
diff -u -r1.22 -r1.23
--- openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl 29 Mar 2018 15:03:01 -0000 1.22
+++ openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl 4 Apr 2018 08:11:26 -0000 1.23
@@ -647,7 +647,7 @@
# eventually all ecommerce dates should use lc_time_fmt for i8ln
set ugly_date [lc_time_fmt $ugly_date "%F %T"]
- # Remove the timezone information (-TZ) that PostgresSQL can
+ # Remove the timezone information (-TZ) that PostgreSQL can
# return or the Tcl command 'clock scan' will choke on it.
regsub -- {(\+|-)[0-9]{2}$} $ugly_date "" ugly_date
Index: openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.xql,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.xql 26 May 2002 04:36:50 -0000 1.2
+++ openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.xql 4 Apr 2018 08:11:26 -0000 1.3
@@ -1,28 +1,28 @@