summaryrefslogtreecommitdiff
path: root/textproc/expatobjc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-05-23 08:26:03 +0000
committerrillig <rillig@pkgsrc.org>2005-05-23 08:26:03 +0000
commitf795c2e4750a21c358eb4eba83184326b68adce0 (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /textproc/expatobjc
parentc7051d394905450b08f91eb4b95f8961b2af4385 (diff)
downloadpkgsrc-f795c2e4750a21c358eb4eba83184326b68adce0.tar.gz
Removed trailing white-space.
Diffstat (limited to 'textproc/expatobjc')
-rw-r--r--textproc/expatobjc/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/expatobjc/DESCR b/textproc/expatobjc/DESCR
index 3cdec8e4074..554255c4b11 100644
--- a/textproc/expatobjc/DESCR
+++ b/textproc/expatobjc/DESCR
@@ -6,7 +6,7 @@ To use it, make a subclass of the XMLParser object that will override
any or all of the following methods based on what parts of the XML
parser document you want to read and analyze:
-startElement - for element start tags
+startElement - for element start tags
endElement - for element end tags
characters - for PCDATA stuff
processingInstruction - for XML processing instructions