Index: openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl 6 Apr 2018 16:07:43 -0000 1.11 +++ openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl 6 Apr 2018 21:09:00 -0000 1.12 @@ -296,7 +296,7 @@ :public object method get_doc_block {text {restVar ""}} { # - # Get the (first) documentatiion block of the provided text (which + # Get the (first) documentation block of the provided text (which # might be e.g. the body of a method) # set lines [split $text \n]