Index: openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl,v diff -u -N -r1.6.2.1 -r1.6.2.2 --- openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl 11 Sep 2015 11:40:55 -0000 1.6.2.1 +++ openacs-4/packages/dotlrn-assessment/tcl/dotlrn-assessment-procs.tcl 30 Jun 2017 17:44:32 -0000 1.6.2.2 @@ -77,7 +77,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_assessment::add_user { Index: openacs-4/packages/dotlrn-bm/tcl/dotlrn-bm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-bm/tcl/dotlrn-bm-procs.tcl,v diff -u -N -r1.11.2.1 -r1.11.2.2 --- openacs-4/packages/dotlrn-bm/tcl/dotlrn-bm-procs.tcl 11 Sep 2015 11:40:55 -0000 1.11.2.1 +++ openacs-4/packages/dotlrn-bm/tcl/dotlrn-bm-procs.tcl 30 Jun 2017 17:45:40 -0000 1.11.2.2 @@ -115,7 +115,7 @@ ad_proc -public add_user { user_id } { - one time user-specfic init + one time user-specific init } { # noop } Index: openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl,v diff -u -N -r1.82.2.1 -r1.82.2.2 --- openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 11 Sep 2015 11:40:55 -0000 1.82.2.1 +++ openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 30 Jun 2017 17:45:40 -0000 1.82.2.2 @@ -79,7 +79,7 @@ } { One-time destroy for when the entire applet is removed from dotlrn. } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public dotlrn_calendar::calendar_create_helper { @@ -261,7 +261,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_calendar::add_user { Index: openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl,v diff -u -N -r1.1 -r1.1.12.1 --- openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl 14 Mar 2006 12:30:03 -0000 1.1 +++ openacs-4/packages/dotlrn-chat/tcl/dotlrn-chat-procs.tcl 30 Jun 2017 17:46:26 -0000 1.1.12.1 @@ -99,7 +99,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl,v diff -u -N -r1.40.2.1 -r1.40.2.2 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 11 Sep 2015 11:40:56 -0000 1.40.2.1 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-dotlrn-procs.tcl 30 Jun 2017 17:46:21 -0000 1.40.2.2 @@ -149,7 +149,7 @@ } { ad_return_complaint \ 1 \ - "[applet_key] remove_applet_from_community not implimented!" + "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { @@ -254,7 +254,7 @@ @param portal_id @param args } { - ad_return_complaint 1 "[applet_key] remove_portlet not implimented!" + ad_return_complaint 1 "[applet_key] remove_portlet not implemented!" } ad_proc -public clone { Index: openacs-4/packages/dotlrn-evaluation/tcl/dotlrn-evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-evaluation/tcl/dotlrn-evaluation-procs.tcl,v diff -u -N -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/dotlrn-evaluation/tcl/dotlrn-evaluation-procs.tcl 11 Sep 2015 11:40:56 -0000 1.8.2.1 +++ openacs-4/packages/dotlrn-evaluation/tcl/dotlrn-evaluation-procs.tcl 30 Jun 2017 17:46:30 -0000 1.8.2.2 @@ -78,7 +78,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public dotlrn_evaluation::add_user { Index: openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl,v diff -u -N -r1.42.8.1 -r1.42.8.2 --- openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 11 Sep 2015 11:40:56 -0000 1.42.8.1 +++ openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 30 Jun 2017 17:47:20 -0000 1.42.8.2 @@ -63,7 +63,7 @@ } { remove the applet } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { @@ -117,13 +117,13 @@ } { Drops the faq applet from the given community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { user_id } { - For one time user-specfic init + For one time user-specific init } { # noop } Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl,v diff -u -N -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl 11 Sep 2015 11:40:57 -0000 1.4.2.1 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-applet-procs.tcl 30 Jun 2017 17:47:26 -0000 1.4.2.2 @@ -79,7 +79,7 @@ Remove portlet @param portal_id The page from remove portlet. } { - ad_return_complaint 1 "[applet_key] remove_portlet not implimented!" + ad_return_complaint 1 "[applet_key] remove_portlet not implemented!" } @@ -175,7 +175,7 @@ ad_proc -public add_user { user_id } { - One time user-specfic init + One time user-specific init } { # no-op } Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl,v diff -u -N -r1.5.6.1 -r1.5.6.2 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl 11 Sep 2015 11:40:57 -0000 1.5.6.1 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-portlet-procs.tcl 30 Jun 2017 17:47:26 -0000 1.5.6.2 @@ -64,7 +64,7 @@ Remove portlet @param portal_id The page from remove portlet. } { - ad_return_complaint 1 "[applet_key] remove_portlet not implimented!" + ad_return_complaint 1 "[applet_key] remove_portlet not implemented!" } ad_proc -public add_portlet_helper { Index: openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl,v diff -u -N -r1.96.2.2 -r1.96.2.3 --- openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 10 Nov 2016 15:03:30 -0000 1.96.2.2 +++ openacs-4/packages/dotlrn-fs/tcl/dotlrn-fs-procs.tcl 30 Jun 2017 17:48:10 -0000 1.96.2.3 @@ -93,7 +93,7 @@ } { remove the applet from dotlrn } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { @@ -272,13 +272,13 @@ } { remove the fs applet from a specifc dotlrn community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { user_id } { - One time user-specfic init + One time user-specific init } { # Message lookups below need variable user_name set user_name [acs_user::get_element -user_id $user_id -element name] Index: openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl,v diff -u -N -r1.33.2.2 -r1.33.2.3 --- openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 2 Jan 2016 21:58:25 -0000 1.33.2.2 +++ openacs-4/packages/dotlrn-news/tcl/dotlrn-news-procs.tcl 30 Jun 2017 17:48:16 -0000 1.33.2.3 @@ -98,7 +98,7 @@ } { remove the applet from the community } { - ad_return_complaint 1 "[applet_key] remove_applet_from_community not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet_from_community not implemented!" } ad_proc -public add_user { Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl,v diff -u -N -r1.12.20.1 -r1.12.20.2 --- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl 11 Sep 2015 11:41:00 -0000 1.12.20.1 +++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-members-portlet-procs.tcl 30 Jun 2017 17:49:13 -0000 1.12.20.2 @@ -67,7 +67,7 @@ ad_proc -public remove_self_from_page { {-portal_id:required} } { - Removes the dotlrn "memebers" PE from the given portal + Removes the dotlrn "members" PE from the given portal } { portal::remove_element \ -portal_id $portal_id \ Index: openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl,v diff -u -N -r1.35.2.1 -r1.35.2.2 --- openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 11 Sep 2015 11:41:00 -0000 1.35.2.1 +++ openacs-4/packages/dotlrn-static/tcl/dotlrn-static-procs.tcl 30 Jun 2017 17:49:18 -0000 1.35.2.2 @@ -87,7 +87,7 @@ } { remove the applet from dotlrn } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_applet_to_community { @@ -149,7 +149,7 @@ } { Remove static applet from a dotlrn community } { - ad_return_complaint 1 "[applet_key] remove_applet not implimented!" + ad_return_complaint 1 "[applet_key] remove_applet not implemented!" } ad_proc -public add_user { @@ -258,7 +258,7 @@ @param args a list-ified array of args defined in remove_applet_from_community } { - ad_return_complaint 1 "[applet_key] remove_portlet not implimented!" + ad_return_complaint 1 "[applet_key] remove_portlet not implemented!" } ad_proc -public clone { Index: openacs-4/packages/evaluation/tcl/evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.tcl,v diff -u -N -r1.41.2.3 -r1.41.2.4 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 13 Feb 2017 14:32:20 -0000 1.41.2.3 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 30 Jun 2017 17:49:59 -0000 1.41.2.4 @@ -1078,7 +1078,7 @@ -path:required -folder_name:required } { - Writes all the answers of a given task in the file sytem. + Writes all the answers of a given task in the file system. } { set dir [file join ${path} ${folder_name}]