diff options
Diffstat (limited to 'usr.sbin/bgpd/session.c')
-rw-r--r-- | usr.sbin/bgpd/session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/session.c b/usr.sbin/bgpd/session.c index 167b0fdc150..dc3dc5df3fb 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.32 2003/12/23 19:14:49 deraadt Exp $ */ +/* $OpenBSD: session.c,v 1.33 2003/12/24 11:39:43 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -574,7 +574,7 @@ change_state(struct peer *peer, enum session_state state, /* * we must start the timer for the next EVNT_START * if we are coming here due to an error and the - * session was not established successfull before, the + * session was not established successfully before, the * starttimerinterval needs to be exponentially increased */ peer->events = 0; |