diff options
author | Job Snijders <job@cvs.openbsd.org> | 2024-07-03 08:39:44 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2024-07-03 08:39:44 +0000 |
commit | d361ed5b791a3de1c4d1931662979097ed3d7cd2 (patch) | |
tree | 64f000636dd8bca1ff175bae6acf0030479a1d33 /usr.sbin/bgpd/util.c | |
parent | 5551d3b99c6cbfb20f1bfce976226b5af6b44e4d (diff) |
Fix typo
Reported by Marco D'Itri
Diffstat (limited to 'usr.sbin/bgpd/util.c')
-rw-r--r-- | usr.sbin/bgpd/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/util.c b/usr.sbin/bgpd/util.c index c81d1431664..1a99e426f5d 100644 --- a/usr.sbin/bgpd/util.c +++ b/usr.sbin/bgpd/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.86 2024/05/29 10:34:07 claudio Exp $ */ +/* $OpenBSD: util.c,v 1.87 2024/07/03 08:39:43 job Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -263,7 +263,7 @@ log_aspath_error(int error) switch (error) { case AS_ERR_LEN: - return "inconsitent lenght"; + return "inconsistent length"; case AS_ERR_TYPE: return "unknown segment type"; case AS_ERR_BAD: |