diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-02-25 11:59:40 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-02-25 11:59:40 +0000 |
commit | 0c39811e573baff359a9acd1eb970824c82c1f3b (patch) | |
tree | 08f797cfa28d3b1f8d0bf8bdffd3d3b7ca5c052b /usr.sbin/bgpd/log.h | |
parent | 49bb2f1d77fa3c77bd9467dfd3264a1be3a4ef39 (diff) |
tiny typos hiding, uncovered Leen Besselink <leen@consolejunkie.net>
Diffstat (limited to 'usr.sbin/bgpd/log.h')
-rw-r--r-- | usr.sbin/bgpd/log.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/log.h b/usr.sbin/bgpd/log.h index ee0a4b62305..58256e55681 100644 --- a/usr.sbin/bgpd/log.h +++ b/usr.sbin/bgpd/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.8 2006/05/27 21:24:36 claudio Exp $ */ +/* $OpenBSD: log.h,v 1.9 2007/02/25 11:59:39 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -66,7 +66,7 @@ static const char * const suberr_open_names[] = { "AS unacceptable", "BGPID invalid", "optional parameter error", - "Authentication error", + "authentication error", "unacceptable holdtime", "unsupported capability" }; @@ -95,7 +95,7 @@ static const char * const suberr_cease_names[] = { "connection rejected", "other config change", "collision", - "ressource exhaustion" + "resource exhaustion" }; static const char * const procnames[] = { |