Index: openacs-4/packages/acs-mail-lite/tcl/maildir-inbound-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/maildir-inbound-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-mail-lite/tcl/maildir-inbound-procs.tcl 19 Feb 2018 19:00:23 -0000 1.4 +++ openacs-4/packages/acs-mail-lite/tcl/maildir-inbound-procs.tcl 30 Apr 2018 09:14:23 -0000 1.5 @@ -282,7 +282,7 @@ lappend headers_list "aml_received_cs" [file mtime ${message_fpn}] lappend headers_list "uid" $uid_val - # Append property_list to to headers_list + # Append property_list to headers_list set prop_list [mime::getproperty $m_id] #set prop_names_list /mime::getproperty $m_id -names/ foreach {n v} $prop_list { Index: openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 25 Apr 2018 19:47:46 -0000 1.16 +++ openacs-4/packages/acs-tcl/tcl/deprecated-procs.tcl 30 Apr 2018 09:14:23 -0000 1.17 @@ -164,7 +164,7 @@ export_vars have a number of advantages: Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.224 -r1.225 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 25 Apr 2018 19:47:47 -0000 1.224 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 30 Apr 2018 09:14:23 -0000 1.225 @@ -280,7 +280,7 @@ db_dml update_portal_ids {} # Add the default applets based on the community type - # 2. the the list of default applets for this type + # 2. the list of default applets for this type if {$community_type eq "dotlrn_community"} { set default_applets [parameter::get \ -package_id $dotlrn_package_id \ Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl,v diff -u -r1.81 -r1.82 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 7 Apr 2018 08:59:39 -0000 1.81 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 30 Apr 2018 09:14:23 -0000 1.82 @@ -218,7 +218,7 @@ ad_proc -public -deprecated get_user_name { user_id } { - Get the names the the user. + Get the names the user. Deprectead. Use acs_user::get_element -element name instead. @@ -356,7 +356,7 @@ } { # based on the type: # 1. get the page_names and layouts - # 2. the the list of default applets for this type + # 2. the list of default applets for this type if {$type eq "dotlrn_community"} { set csv_list [dotlrn::parameter -name subcomm_pages_csv] set default_applets [dotlrn::parameter -name default_subcomm_applets] Index: openacs-4/packages/dotlrn/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/navigation-procs.tcl,v diff -u -r1.30 -r1.31 --- openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 6 Apr 2018 14:58:11 -0000 1.30 +++ openacs-4/packages/dotlrn/tcl/navigation-procs.tcl 30 Apr 2018 09:14:23 -0000 1.31 @@ -283,7 +283,7 @@ } # - # Common code for the the behavior of the control panel link (class administration + # Common code for the behavior of the control panel link (class administration # or my account) # Index: openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl 7 Aug 2017 23:48:09 -0000 1.10 +++ openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl 30 Apr 2018 09:14:23 -0000 1.11 @@ -28,7 +28,7 @@ # from "/www/default-master" to "/www/dotlrn-master" # at http://yoursite.com/admin/site-map # -# This tells OpenACS to to use these files instead of the "default-master" +# This tells OpenACS to use these files instead of the "default-master" # # 3. Edit these files to chage the look of the site including the banner # at the top of the page, the title of the pages, the fonts of the portlets, etc. Index: openacs-4/packages/dotlrn/www/dotlrn-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-master.tcl,v diff -u -r1.45 -r1.46 --- openacs-4/packages/dotlrn/www/dotlrn-master.tcl 7 Aug 2017 23:48:09 -0000 1.45 +++ openacs-4/packages/dotlrn/www/dotlrn-master.tcl 30 Apr 2018 09:14:23 -0000 1.46 @@ -29,7 +29,7 @@ # from "/www/default-master" to "/www/dotlrn-master" # at http://yoursite.com/admin/site-map # -# This tells OpenACS to to use these files instead of the "default-master" +# This tells OpenACS to use these files instead of the "default-master" # # 3. Edit these files to chage the look of the site including the banner # at the top of the page, the title of the pages, the fonts of the portlets, etc. Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -r1.199 -r1.200 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 25 Apr 2018 19:47:47 -0000 1.199 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 30 Apr 2018 09:14:23 -0000 1.200 @@ -776,7 +776,7 @@ } elseif { [ns_set get $form "op_revert"] ne "" } { #Transaction here was causeing uncaught deadlocks so it was removed. - CM 9-11-02 - #It doesn't seem necessary to have a transaction here. Its not a big deal if this fails in the the middle. The user can just revert again. + #It doesn't seem necessary to have a transaction here. Its not a big deal if this fails in the middle. The user can just revert again. set template_id [get_portal_template_id $portal_id] @@ -2235,7 +2235,7 @@ A helper proc for portlet "remove_self_from_page" procs. The inverse of the above proc. - Removes the given parameters from all the the portlets + Removes the given parameters from all the portlets of this type on the given page. If by removing this param, there are no more params (say instace_id's) of this type, that means that the portlet has become empty and can be Index: openacs-4/packages/new-portal/www/themes/kelp-theme/dotlrn/dotlrn-master-kelp.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/themes/kelp-theme/dotlrn/dotlrn-master-kelp.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/new-portal/www/themes/kelp-theme/dotlrn/dotlrn-master-kelp.tcl 12 Apr 2018 07:47:22 -0000 1.8 +++ openacs-4/packages/new-portal/www/themes/kelp-theme/dotlrn/dotlrn-master-kelp.tcl 30 Apr 2018 09:14:23 -0000 1.9 @@ -28,7 +28,7 @@ # from "/www/default-master" to "/www/dotlrn-master" # at http://yoursite.com/admin/site-map # -# This tells OpenACS to to use these files instead of the "default-master" +# This tells OpenACS to use these files instead of the "default-master" # # 3. Edit these files to chage the look of the site including the banner # at the top of the page, the title of the pages, the fonts of the portlets, etc. Index: openacs-4/packages/xowiki-portlet/tcl/xowiki-admin-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki-portlet/tcl/xowiki-admin-portlet-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xowiki-portlet/tcl/xowiki-admin-portlet-procs.tcl 24 Apr 2008 08:38:30 -0000 1.3 +++ openacs-4/packages/xowiki-portlet/tcl/xowiki-admin-portlet-procs.tcl 30 Apr 2018 09:14:23 -0000 1.4 @@ -15,7 +15,7 @@ # (supposed to work under postgres and Oracle) # # In the next steps, it would make sense to define a ::dotlrn::Portlet -# class, which provides some of the the common behaviour defined here... +# class, which provides some of the common behaviour defined here... # Object xowiki_admin_portlet xowiki_admin_portlet proc name {} {