Index: openacs-4/packages/acs-developer-support/www/css-list.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/www/css-list.tcl,v
diff -u -N -r1.3 -r1.4
--- openacs-4/packages/acs-developer-support/www/css-list.tcl 7 Aug 2017 23:47:56 -0000 1.3
+++ openacs-4/packages/acs-developer-support/www/css-list.tcl 15 May 2018 21:20:25 -0000 1.4
@@ -25,7 +25,7 @@
set file_location "[acs_package_root_dir [lindex $css_path_list 2]]/www/resources/[join [lrange $css_path_list 3 end] /]"
set edit_location [export_vars -base "css-edit" -url {file_location return_url {css_location $css}}]
} elseif {[apm_version_id_from_package_key $path_root] ne ""} {
- # THis is a package key, but not resources directory
+ # This is a package key, but not resources directory
set package_key $path_root
set file_location "[acs_package_root_dir $package_key]/www/[join [lrange $css_path_list 2 end] /]"
set edit_location [export_vars -base "css-edit" -url {file_location return_url {css_location $css}}]
Index: openacs-4/packages/contacts/tcl/contacts-import-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-import-procs.tcl,v
diff -u -N -r1.4 -r1.5
--- openacs-4/packages/contacts/tcl/contacts-import-procs.tcl 26 Jun 2007 02:53:13 -0000 1.4
+++ openacs-4/packages/contacts/tcl/contacts-import-procs.tcl 15 May 2018 21:20:25 -0000 1.5
@@ -263,7 +263,7 @@
}
# set creation_date if "DatumErfassst" contains it
- # THis allows for import from other sources
+ # This allows for import from other sources
if {[exists_and_not_null values(DatumErfasst)]} {
set value $values(DatumErfasst)
ns_log notice $value
Index: openacs-4/packages/news/www/news.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/news.adp,v
diff -u -N -r1.10 -r1.11
--- openacs-4/packages/news/www/news.adp 27 Oct 2014 16:41:48 -0000 1.10
+++ openacs-4/packages/news/www/news.adp 15 May 2018 21:20:25 -0000 1.11
@@ -1,4 +1,4 @@
-This is the default template to render news items in admin/. THis template is used as well by search!
+This is the default template to render news items in admin/. This template is used as well by search!
@publish_title@
Index: openacs-4/packages/search/tcl/search-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/search/tcl/search-procs.tcl,v
diff -u -N -r1.51 -r1.52
--- openacs-4/packages/search/tcl/search-procs.tcl 9 May 2018 15:33:33 -0000 1.51
+++ openacs-4/packages/search/tcl/search-procs.tcl 15 May 2018 21:20:25 -0000 1.52
@@ -330,7 +330,7 @@
This callback is invoked when a search is to be performed. Query
will be a list of lists. The first list is required and will be a
list of search terms to send to the full text search
- engine. Additional optional lists will be a two element list. THe
+ engine. Additional optional lists will be a two element list. The
first element will be the name of an advanced search operator. The
second element will be a list of data to restrict search results
based on that operator.