about summary refs log tree commit
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 08:15:18 -0300
committerDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-30 08:15:18 -0300
commitd37c54b15eb84a6ff6c26a20a7a082991067a590 (patch)
tree233d388d2f41a441a5c384181c667fb9c24d6e4e
parentc241f063e5795f05d95e4885a89f2c7891b7eda9 (diff)
downloadperl-libnet-d37c54b15eb84a6ff6c26a20a7a082991067a590.tar.gz
typo fix
-rw-r--r--Net/Domain.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/Domain.pm b/Net/Domain.pm
index 017cc92..3b7feb4 100644
--- a/Net/Domain.pm
+++ b/Net/Domain.pm
@@ -234,7 +234,7 @@ sub domainname {
   # Assumption: If the host name does not contain a period
   # and the domain name does, then assume that they are correct
   # this helps to eliminate calls to gethostbyname, and therefore
-  # eleminate DNS lookups
+  # eliminate DNS lookups
 
   return $fqdn = $host . "." . $domain
     if (defined $host