Index: openacs-4/packages/contacts/tcl/contact-search-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contact-search-widget-procs.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/contacts/tcl/contact-search-widget-procs.tcl 12 Aug 2018 12:30:06 -0000 1.9 +++ openacs-4/packages/contacts/tcl/contact-search-widget-procs.tcl 12 Aug 2018 12:33:06 -0000 1.10 @@ -24,7 +24,7 @@

- By default it searchs only for persons unless the type is specified as organization or party (in which case both are looked for). + By default it searches only for persons unless the type is specified as organization or party (in which case both are looked for). @author Matthew Geddert } { Index: openacs-4/packages/contacts/tcl/contacts-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-procs.tcl,v diff -u -N -r1.123 -r1.124 --- openacs-4/packages/contacts/tcl/contacts-procs.tcl 12 Aug 2018 12:30:06 -0000 1.123 +++ openacs-4/packages/contacts/tcl/contacts-procs.tcl 12 Aug 2018 12:33:06 -0000 1.124 @@ -642,7 +642,7 @@ # we need to wait for the new version of # acs-subsite to be release to remove # the dependence on contacts which - # would cause an infinit loop + # would cause an infinite loop set email [cc_email_from_party $party_id] if { ![exists_and_not_null email] } { # we check if there is an ams_attribute_valued email address for this party Index: openacs-4/packages/contacts/www/import-csv-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/import-csv-2.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/contacts/www/import-csv-2.tcl 23 Jan 2007 18:23:20 -0000 1.1 +++ openacs-4/packages/contacts/www/import-csv-2.tcl 12 Aug 2018 12:33:06 -0000 1.2 @@ -113,7 +113,7 @@ set form_element [list ${object_type}.${attribute_id}_delivery_address:text(multiselect)$opt_string \ [list label "[_ ams.delivery_address] ($pretty_name)"] \ [list options "$header_options"]] - # Append the secion + # Append the section if { $element_counter eq 0} { lappend form_element [list section $object_type] } @@ -155,7 +155,7 @@ [list label "$pretty_name"] \ [list options "$header_options"] \ [list value "$attribute_name"]] - # Append the secion + # Append the section if { $element_counter eq 0} { lappend form_element [list section $object_type] }