an -> and
authortb <tb@openbsd.org>
Thu, 4 Mar 2021 14:16:21 +0000 (14:16 +0000)
committertb <tb@openbsd.org>
Thu, 4 Mar 2021 14:16:21 +0000 (14:16 +0000)
usr.sbin/rpki-client/main.c

index 9a09d0b..399cfca 100644 (file)
@@ -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 <kristaps@bsd.lv>
  *
@@ -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) {