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/ospf6ctl | |
parent | 2fbec6a38212aa87373191afcd529acf2e335d70 (diff) |
continguous -> contiguous
From: "Anthony J. Bentley" <anthonyjbentley at gmail dot com>
Diffstat (limited to 'usr.sbin/ospf6ctl')
-rw-r--r-- | usr.sbin/ospf6ctl/parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6ctl/parser.c b/usr.sbin/ospf6ctl/parser.c index 9e75173d75d..67e13a2c19f 100644 --- a/usr.sbin/ospf6ctl/parser.c +++ b/usr.sbin/ospf6ctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.10 2010/09/04 21:31:04 tedu Exp $ */ +/* $OpenBSD: parser.c,v 1.11 2011/03/07 07:43:02 henning Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -385,7 +385,7 @@ mask2prefixlen(struct sockaddr_in6 *sa_in6) case 0x00: return (l); default: - errx(1, "non continguous inet6 netmask"); + errx(1, "non contiguous inet6 netmask"); } } |