diff options
author | David Krause <david@cvs.openbsd.org> | 2004-03-20 23:17:36 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-03-20 23:17:36 +0000 |
commit | 71b8586f8868e18fac1012c1ed2180dfde4e4654 (patch) | |
tree | 34198e01e861d6d324426daaf5eeb1eba9480559 /usr.sbin/bgpd/session.c | |
parent | 3cf3a28dcb83c24ee50686a30c8e2be6fb5e8907 (diff) |
comment spelling fixes; ok henning@
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 59b421e19c2..c78f59457a5 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.138 2004/03/18 15:09:31 henning Exp $ */ +/* $OpenBSD: session.c,v 1.139 2004/03/20 23:17:35 david Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -814,7 +814,7 @@ session_connect(struct peer *peer) /* * we do not need the overcomplicated collision detection rfc1771 - * decribes; we simply make sure there is only ever one concurrent + * describes; we simply make sure there is only ever one concurrent * tcp connection per peer. */ if (peer->sock != -1) |