summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Writer-String
diff options
context:
space:
mode:
authorreed <reed>2003-08-30 02:14:19 +0000
committerreed <reed>2003-08-30 02:14:19 +0000
commit6ba81ae7ad695f066095836d7bcd5a41cbe52c25 (patch)
tree62d33ca4e350e47c9938ab2acd67eb81d6171fea /textproc/p5-XML-Writer-String
parentb4a26aba57b4e91c601cb2fb4a589803386cd54c (diff)
downloadpkgsrc-6ba81ae7ad695f066095836d7bcd5a41cbe52c25.tar.gz
"It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
Diffstat (limited to 'textproc/p5-XML-Writer-String')
-rw-r--r--textproc/p5-XML-Writer-String/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-Writer-String/DESCR b/textproc/p5-XML-Writer-String/DESCR
index bb52aba59a4..58c78e59bd2 100644
--- a/textproc/p5-XML-Writer-String/DESCR
+++ b/textproc/p5-XML-Writer-String/DESCR
@@ -1,6 +1,6 @@
This module implements a bare-bones class specifically for
the purpose of capturing data from the XML::Writer module.
XML::Writer expects an IO::Handle object and writes XML
-data to the specified object (or STDOUT) via it's print()
+data to the specified object (or STDOUT) via its print()
method. This module simulates such an object for the spe-
cific purpose of providing the required print() method.