From: tb Date: Thu, 4 Mar 2021 14:16:21 +0000 (+0000) Subject: an -> and X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6f079c3dcc0df2091e15b0b3b1ad75ab57a8f3be;p=openbsd an -> and --- diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index 9a09d0be002..399cfcadd15 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.110 2021/03/04 14:04:47 claudio Exp $ */ +/* $OpenBSD: main.c,v 1.111 2021/03/04 14:16:21 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -378,7 +378,7 @@ repo_fetch(struct repo *rp) } else { /* * Two cases for https. TA files load directly while - * for RRDP XML files are downloaded an parsed to build + * for RRDP XML files are downloaded and parsed to build * the repo. TA repos have a NULL repouri. */ if (rp->repouri == NULL) {