diff options
author | 2007-02-25 11:59:39 +0000 | |
---|---|---|
committer | 2007-02-25 11:59:39 +0000 | |
commit | 967067cfed8b22ac440be6b060fdf0ab4c681518 (patch) | |
tree | 2a4adac09ba463ffe7afee6c871861699c7c9b49 | |
parent | No need to fillup chip_rev here. (diff) | |
download | wireguard-openbsd-967067cfed8b22ac440be6b060fdf0ab4c681518.tar.xz wireguard-openbsd-967067cfed8b22ac440be6b060fdf0ab4c681518.zip |
tiny typos hiding, uncovered Leen Besselink <leen@consolejunkie.net>
-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[] = { |