summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2009-07-27 13:43:56 +0200
committerLinus Nordberg <linus@nordberg.se>2009-07-27 13:43:56 +0200
commit6e93c1d5e023e87e3478ff2cbff9639b22be76b8 (patch)
treeebe6e3deb91ac230e6d3ebcb72dfd893fbe4ff0e
parent8f473a2aea856759b0cf9b5fbc9bd6b59df3488f (diff)
* src/util.lisp: Minor docu change.
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index 87661a0..6cc0788 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -5,7 +5,7 @@
(defun next-xml-blurb (reader tag)
"Return the next XML document in a stream that is enclosed in a given XML tag.
-READER is a function that takes one argument -- number of bytes to
+READER is a function taking one argument -- the number of bytes to
read -- and returns that many octets or nil on read error or end of
stream.