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 }