From f96de35a4ac73fc444d14688039e4289596b2dd1 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 27 Apr 2022 11:46:20 +0000 Subject: typo: exceded -> exceed --- usr.sbin/rpki-client/main.c | 4 ++-- 1 file 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 * Copyright (c) 2019 Kristaps Dzonsons @@ -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) -- cgit v1.2.3