summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/main.c
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-04-27 11:46:20 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-04-27 11:46:20 +0000
commitf96de35a4ac73fc444d14688039e4289596b2dd1 (patch)
tree4e3e551c59ecbe54f4604216a2e10159fc1e99cd /usr.sbin/rpki-client/main.c
parent8f7dc232e7c109c14f3f562211ca74bc1c1b17ce (diff)
typo: exceded -> exceed
Diffstat (limited to 'usr.sbin/rpki-client/main.c')
-rw-r--r--usr.sbin/rpki-client/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c
index cfc67d13458..c719b7bc8a9 100644
--- a/usr.sbin/rpki-client/main.c
+++ b/usr.sbin/rpki-client/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.199 2022/04/21 09:53:07 claudio Exp $ */
+/* $OpenBSD: main.c,v 1.200 2022/04/27 11:46:19 tb Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -618,7 +618,7 @@ rrdp_process(struct ibuf *b)
* Assign filenames ending in ".tal" in "/etc/rpki" into "tals",
* returning the number of files found and filled-in.
* This may be zero.
- * Don't exceded "max" filenames.
+ * Don't exceed "max" filenames.
*/
static int
tal_load_default(void)