diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-02-26 19:45:18 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-02-26 19:45:18 +0000 |
commit | 60b9302934a41084b8a4dbdde38410c1e34657d2 (patch) | |
tree | 6a1f07453a644e963a884094de660dcd39c200e4 /sbin/routed | |
parent | 16bb9c9794c76b9694f23e10b8a8a2e50105b7ed (diff) |
spelling
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/input.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/routed/input.c b/sbin/routed/input.c index e03b88465d9..fd9631f07f9 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.10 2001/01/05 05:23:46 angelos Exp $ */ +/* $OpenBSD: input.c,v 1.11 2001/02/26 19:45:17 todd Exp $ */ /* * Copyright (c) 1983, 1988, 1993 @@ -36,7 +36,7 @@ #if !defined(lint) static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/5/93"; #else -static char rcsid[] = "$OpenBSD: input.c,v 1.10 2001/01/05 05:23:46 angelos Exp $"; +static char rcsid[] = "$OpenBSD: input.c,v 1.11 2001/02/26 19:45:17 todd Exp $"; #endif #include "defs.h" @@ -133,7 +133,7 @@ input(struct sockaddr_in *from, /* received from this IP address */ * RIPv2 authentication is lame, since snooping on the wire makes * its simple passwords evident. Also, why authenticate queries? * Why should a RIPv2 implementation with authentication disabled - * not be able to listen to RIPv2 packets with authenication, while + * not be able to listen to RIPv2 packets with authentication, while * RIPv1 systems will listen? Crazy! */ if (!auth_ok |