From 1ca187dbeb610b1c77cd47587d8f5a9d405cb106 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 17 Jul 2022 10:32:46 +0000 Subject: infromation -> information --- usr.sbin/rpki-client/repo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rpki-client') diff --git a/usr.sbin/rpki-client/repo.c b/usr.sbin/rpki-client/repo.c index 89e1fab87c8..1133d47f158 100644 --- a/usr.sbin/rpki-client/repo.c +++ b/usr.sbin/rpki-client/repo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: repo.c,v 1.34 2022/05/15 16:43:34 tb Exp $ */ +/* $OpenBSD: repo.c,v 1.35 2022/07/17 10:32:45 jsg Exp $ */ /* * Copyright (c) 2021 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -383,7 +383,7 @@ ta_get(struct tal *tal) err(1, NULL); tr->basedir = repo_dir(tal->descr, "ta", 0); - /* steal URI infromation from TAL */ + /* steal URI information from TAL */ tr->urisz = tal->urisz; tr->uri = tal->uri; tal->urisz = 0; -- cgit v1.2.3