Index: openacs-4/packages/faq/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/tcl/apm-callback-procs.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/faq/tcl/apm-callback-procs.tcl 19 May 2004 17:32:39 -0000 1.1 +++ openacs-4/packages/faq/tcl/apm-callback-procs.tcl 8 Sep 2014 08:39:27 -0000 1.1.12.1 @@ -1,8 +1,8 @@ ad_library { Procedures to do a new impl and aliases in the acs-sc. - @creation date 2004-04-06 - @autor Gerardo Morales Cadoret (gmorales@galileo.edu) + @creation-date 2004-04-06 + @author Gerardo Morales Cadoret (gmorales@galileo.edu) } namespace eval faq::apm_callback {} @@ -124,7 +124,7 @@ ad_proc -public faq::apm_callback::create_all_faq_qa_impl {} { Register the service contract implementation and return the impl_id - @retern impl_id of the created implementation + @return impl_id of the created implementation } { return \ [acs_sc::impl::new_from_spec -spec { Index: openacs-4/packages/faq/tcl/faq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/tcl/faq-procs.tcl,v diff -u -r1.2 -r1.2.6.1 --- openacs-4/packages/faq/tcl/faq-procs.tcl 15 May 2007 20:14:35 -0000 1.2 +++ openacs-4/packages/faq/tcl/faq-procs.tcl 8 Sep 2014 08:39:27 -0000 1.2.6.1 @@ -4,7 +4,7 @@ @creation-date 2004-03-31 @author Ben Adida - @Modifyed by Gerardo Morales + @author by Gerardo Morales } namespace eval faq { Index: openacs-4/packages/faq/tcl/q-and-a-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/tcl/q-and-a-procs.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/faq/tcl/q-and-a-procs.tcl 19 May 2004 20:09:43 -0000 1.1 +++ openacs-4/packages/faq/tcl/q-and-a-procs.tcl 8 Sep 2014 08:39:27 -0000 1.1.12.1 @@ -2,7 +2,7 @@ Faq Library - Reply Handling @creation-date 2004-04-02 - @Author Gerardo Morales + @author Gerardo Morales }