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 -r1.42 -r1.43 --- openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 15 May 2007 20:14:28 -0000 1.42 +++ openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 7 Aug 2017 23:48:10 -0000 1.43 @@ -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 } @@ -245,3 +245,9 @@ } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: