From 9a8ba155e23998f20d0da91157c69ab6f99407db Mon Sep 17 00:00:00 2001 From: job Date: Wed, 3 Jul 2024 08:39:43 +0000 Subject: [PATCH] Fix typo Reported by Marco D'Itri --- usr.sbin/bgpd/util.c | 4 ++-- 1 file 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 @@ -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: -- 2.20.1