diff options
| author | 2011-03-07 07:43:02 +0000 | |
|---|---|---|
| committer | 2011-03-07 07:43:02 +0000 | |
| commit | 30f6eda43ae0df49c20bcd16589c05c945be7fcf (patch) | |
| tree | 4ab10f3170b9ddbaa90fa098b4e31333a67f7363 /usr.sbin/ospf6ctl/parser.c | |
| parent | The scheduling 'nice' value is per-process, not per-thread, so move it (diff) | |
| download | wireguard-openbsd-30f6eda43ae0df49c20bcd16589c05c945be7fcf.tar.xz wireguard-openbsd-30f6eda43ae0df49c20bcd16589c05c945be7fcf.zip | |
continguous -> contiguous
From: "Anthony J. Bentley" <anthonyjbentley at gmail dot com>
Diffstat (limited to 'usr.sbin/ospf6ctl/parser.c')
| -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"); } } |
