summaryrefslogtreecommitdiff
path: root/textproc/lua-expat
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2009-07-09 01:52:13 +0000
committeragc <agc@pkgsrc.org>2009-07-09 01:52:13 +0000
commit710c481c348aca11fa3a328cabda0957872ecddb (patch)
treeb4ab104815bf5ee6fc7ef75c0f3c91097a0793f8 /textproc/lua-expat
parente9b80585f60b7d8cfa36c137fc55344f82b7b587 (diff)
downloadpkgsrc-710c481c348aca11fa3a328cabda0957872ecddb.tar.gz
Fix typos
Diffstat (limited to 'textproc/lua-expat')
-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.