summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2012-01-06 17:33:12 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2012-01-06 17:33:12 +0000
commit02d596cd66d2b3a0142a06148d2eae810962cdf8 (patch)
tree05eab10aa574a3a7675911159dfe51b477da7685 /usr.sbin
parentfcab194d88bffbce72eb813cbe64ac2c8d44232c (diff)
typo in log_peer_warnx message
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/session.c b/usr.sbin/bgpd/session.c
index 2eb17976ab6..c24eb9b3dc3 100644
--- a/usr.sbin/bgpd/session.c
+++ b/usr.sbin/bgpd/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.319 2011/07/09 02:51:18 henning Exp $ */
+/* $OpenBSD: session.c,v 1.320 2012/01/06 17:33:11 sthen Exp $ */
/*
* Copyright (c) 2003, 2004, 2005 Henning Brauer <henning@openbsd.org>
@@ -1965,7 +1965,7 @@ parse_open(struct peer *peer)
if (capa_neg_calc(peer) == -1) {
log_peer_warnx(&peer->conf,
- "capabilitiy negotiation calculation failed");
+ "capability negotiation calculation failed");
session_notification(peer, ERR_OPEN, 0, NULL, 0);
change_state(peer, STATE_IDLE, EVNT_RCVD_OPEN);
return (-1);