diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-03-07 07:43:03 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-03-07 07:43:03 +0000 |
commit | 8bb63358ad45727465dc6af2e3781463e5d46e84 (patch) | |
tree | 48632588499ef172991b9cbad89ad1d0476f4bc8 /usr.sbin/ospf6d/kroute.c | |
parent | 2fbec6a38212aa87373191afcd529acf2e335d70 (diff) |
continguous -> contiguous
From: "Anthony J. Bentley" <anthonyjbentley at gmail dot com>
Diffstat (limited to 'usr.sbin/ospf6d/kroute.c')
-rw-r--r-- | usr.sbin/ospf6d/kroute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/kroute.c b/usr.sbin/ospf6d/kroute.c index eb2db45f6a6..255294557ee 100644 --- a/usr.sbin/ospf6d/kroute.c +++ b/usr.sbin/ospf6d/kroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kroute.c,v 1.29 2010/10/14 07:38:05 claudio Exp $ */ +/* $OpenBSD: kroute.c,v 1.30 2011/03/07 07:43:02 henning Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -734,7 +734,7 @@ mask2prefixlen(struct sockaddr_in6 *sa_in6) case 0x00: return (l); default: - fatalx("non continguous inet6 netmask"); + fatalx("non contiguous inet6 netmask"); } } |