Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.18 -r1.19 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 4 Apr 2008 09:34:18 -0000 1.18 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 10 Apr 2008 07:42:40 -0000 1.19 @@ -63,7 +63,7 @@ } { Return the object type for an item_id or revision_id. - @retun object_type typically an XOTcl class + @return object_type typically an XOTcl class } { set object_type [ns_cache eval xotcl_object_type_cache \ [expr {$item_id ? $item_id : $revision_id}] {