diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-30 13:03:28 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-30 13:03:28 +0000 |
commit | e9da247371d681eb30712c2dbaed62cc195765b7 (patch) | |
tree | b6ce8b62d11e31c51fadb5b1c34cea700081c884 /usr.sbin/bgpd/session.c | |
parent | 7c3b587dd74de7e3b1b1b82dc7dda19d0cb36635 (diff) |
typos from david
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 b98e6015a0d..468c29871f2 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.48 2003/12/28 14:34:30 henning Exp $ */ +/* $OpenBSD: session.c,v 1.49 2003/12/30 13:03:27 henning Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -911,7 +911,7 @@ session_dispatch_msg(struct pollfd *pfd, struct peer *peer) if (peer->state == STATE_CONNECT) { if (pfd->revents & POLLOUT) { if (pfd->revents & POLLIN) { - /* error occured */ + /* error occurred */ len = sizeof(error); if (getsockopt(pfd->fd, SOL_SOCKET, SO_ERROR, &error, &len) == -1) |