summaryrefslogtreecommitdiff
path: root/textproc/expatobjc
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:26:03 +0000
committerrillig <rillig>2005-05-23 08:26:03 +0000
commit6489bb287ee041f8a0fc7d585bb9b686d04df08a (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /textproc/expatobjc
parent7a76c246f0f13dd8e44983c76c6f44e228da5bcf (diff)
downloadpkgsrc-6489bb287ee041f8a0fc7d585bb9b686d04df08a.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