summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ipv6calc/DESCR2
-rw-r--r--net/ipv6calc/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv6calc/DESCR b/net/ipv6calc/DESCR
index 35bbad7fbb5..4198485fab0 100644
--- a/net/ipv6calc/DESCR
+++ b/net/ipv6calc/DESCR
@@ -1,7 +1,7 @@
ipv6calc is a small utility in C to manipulate IPv6 addresses. The intentions
were to convert a given IPv6 address into compressed format, convert a given
IPv6 address into the same format like shown in Linux' /proc/net/if_inet6 and
-(because it was not difficulty) migrate ip6_int into. Now only one utiltity is
+(because it was not difficulty) migrate ip6_int into. Now only one utility is
needed to do a lot (perhaps the features grow on demand in the future).
This utility will be used in the future to extend features on
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile
index 0a46fba649c..9c5e34a16a3 100644
--- a/net/ipv6calc/Makefile
+++ b/net/ipv6calc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/24 14:50:05 grant Exp $
+# $NetBSD: Makefile,v 1.21 2004/02/21 07:29:26 snj Exp $
#
DISTNAME= ipv6calc-0.46
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.bieringer.de/linux/IPv6/ipv6calc/
-COMMENT= Manipulates IPv6 adresses
+COMMENT= Manipulates IPv6 addresses
# This package does not set or evaluate USE_INET6, but it should still
# be listed in README-IPv6.html. Leave this comment here to make it so!