summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/lua-expat/DESCR4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/lua-expat/DESCR b/textproc/lua-expat/DESCR
index 118981c06d7..3ad7d8d99f9 100644
--- a/textproc/lua-expat/DESCR
+++ b/textproc/lua-expat/DESCR
@@ -1,8 +1,8 @@
LuaExpat is a XML parser based on the Expat XML parser.
It allows Lua programs to:
-- Process a XML document incrementally , thus being able to handle
+- Process a XML document incrementally, thus being able to handle
huge documents without memory penalties;
-- Register handler functions wich are called by the parser during
+- Register handler functions which are called by the parser during
the processing of the document, handling the document elements or text.