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
commit88fbe0b4f045070c1d74e80e2ff7448527e556e4 (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /textproc/expatobjc
parent7caf0db822a5ebc4e6dc7732d45fa9bd3e9dea13 (diff)
downloadpkgsrc-88fbe0b4f045070c1d74e80e2ff7448527e556e4.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