artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a4006
)
Fix typo
author
job
<job@openbsd.org>
Wed, 3 Jul 2024 08:39:43 +0000
(08:39 +0000)
committer
job
<job@openbsd.org>
Wed, 3 Jul 2024 08:39:43 +0000
(08:39 +0000)
Reported by Marco D'Itri
usr.sbin/bgpd/util.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpd/util.c
b/usr.sbin/bgpd/util.c
index
c81d143
..
1a99e42
100644
(file)
--- a/
usr.sbin/bgpd/util.c
+++ b/
usr.sbin/bgpd/util.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: util.c,v 1.8
6 2024/05/29 10:34:07 claudio
Exp $ */
+/* $OpenBSD: util.c,v 1.8
7 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 "inconsi
tent lenght
";
+ return "inconsi
stent length
";
case AS_ERR_TYPE:
return "unknown segment type";
case AS_ERR_BAD: