aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-DNS-ZoneParse
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2009-08-16 22:06:52 +0800
committerolgeni <olgeni@FreeBSD.org>2009-08-16 22:06:52 +0800
commit791f76fa9c267539a9cb7c2b47d1141ce108fb37 (patch)
treebc6b6cc792429c0cf1d63f0ca2f2e1418aab3361 /dns/p5-DNS-ZoneParse
parente47c8d053e0ae3d2ab3a6f47d4a2bc02bde3cba8 (diff)
downloadfreebsd-ports-gnome-791f76fa9c267539a9cb7c2b47d1141ce108fb37.tar.gz
freebsd-ports-gnome-791f76fa9c267539a9cb7c2b47d1141ce108fb37.tar.zst
freebsd-ports-gnome-791f76fa9c267539a9cb7c2b47d1141ce108fb37.zip
Fix a few common typos in pkg-descr ("separate", "compatible").
Diffstat (limited to 'dns/p5-DNS-ZoneParse')
-rw-r--r--dns/p5-DNS-ZoneParse/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-DNS-ZoneParse/pkg-descr b/dns/p5-DNS-ZoneParse/pkg-descr
index ca95bfb3c1cd..a1604d8c365a 100644
--- a/dns/p5-DNS-ZoneParse/pkg-descr
+++ b/dns/p5-DNS-ZoneParse/pkg-descr
@@ -5,7 +5,7 @@ DNS zones, or for transferring DNS zones to other servers. If you want to
generate an XML-friendly version of your zone files, it is easy to use
XML::Simple with this module once you have parsed the zonefile.
-DNS::ZoneParse scans the DNS zonefile - removes comments and seperates the file
+DNS::ZoneParse scans the DNS zonefile - removes comments and separates the file
into it's constituent records. It then parses each record and stores the
records internally. See below for information on the accessor methods.