pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ipv6calc s/utiltity/utility/; s/adresses/addresses/



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92bd99b3aa29
branches:  trunk
changeset: 469250:92bd99b3aa29
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Feb 21 07:29:26 2004 +0000

description:
s/utiltity/utility/; s/adresses/addresses/

diffstat:

 net/ipv6calc/DESCR    |  2 +-
 net/ipv6calc/Makefile |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r ceb49e49e2e9 -r 92bd99b3aa29 net/ipv6calc/DESCR
--- a/net/ipv6calc/DESCR        Sat Feb 21 07:27:54 2004 +0000
+++ b/net/ipv6calc/DESCR        Sat Feb 21 07:29:26 2004 +0000
@@ -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 -r ceb49e49e2e9 -r 92bd99b3aa29 net/ipv6calc/Makefile
--- a/net/ipv6calc/Makefile     Sat Feb 21 07:27:54 2004 +0000
+++ b/net/ipv6calc/Makefile     Sat Feb 21 07:29:26 2004 +0000
@@ -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 @@
 
 MAINTAINER=    hubertf%NetBSD.org@localhost
 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!



Home | Main Index | Thread Index | Old Index