Index: openacs-4/packages/feed-parser/tcl/tdom-helper-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/feed-parser/tcl/tdom-helper-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/feed-parser/tcl/tdom-helper-procs.tcl 19 Mar 2004 19:45:28 -0000 1.1 +++ openacs-4/packages/feed-parser/tcl/tdom-helper-procs.tcl 23 Jul 2018 18:24:07 -0000 1.2 @@ -1,6 +1,6 @@ ad_library { Various procs to make using tDOM a bit easier. - + @creation-date 2003-12-28 @author Guan Yang (guan@unicast.org) @author Simon Carstensen (simon@bcuni.net) @@ -15,7 +15,7 @@ If node contains a child node named child, the variable child is set to the text of that node in the caller's stack frame. If the node doesn't - exist, set the text to an emptry string in the + exist, set the text to an empty string in the caller's stack frame. @author Guan Yang