summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-07-17 10:32:46 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-07-17 10:32:46 +0000
commit1ca187dbeb610b1c77cd47587d8f5a9d405cb106 (patch)
tree7ad478b197fb441c88a1632e622366aa08dc17c8
parent82fe5025068ff17615c2a5df54691bcde741a38b (diff)
infromation -> information
-rw-r--r--usr.sbin/bgplgd/bgplgd.88
-rw-r--r--usr.sbin/rpki-client/repo.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/bgplgd/bgplgd.8 b/usr.sbin/bgplgd/bgplgd.8
index 9670545fdbf..5ee6c266ae2 100644
--- a/usr.sbin/bgplgd/bgplgd.8
+++ b/usr.sbin/bgplgd/bgplgd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgplgd.8,v 1.2 2022/06/28 16:56:29 claudio Exp $
+.\" $OpenBSD: bgplgd.8,v 1.3 2022/07/17 10:32:45 jsg Exp $
.\"
.\" Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 28 2022 $
+.Dd $Mdocdate: July 17 2022 $
.Dt BGPLGD 8
.Os
.Sh NAME
@@ -96,7 +96,7 @@ The output can be limited with the following parameters:
.Pp
.Bl -tag -width "neighbor=peer" -compact
.It Cm neighbor Ns = Ns Ar peer
-Show infromation for a specific neighbor.
+Show information for a specific neighbor.
.Ar peer
may be the neighbor's address or description.
.It Cm group Ns = Ns Ar name
@@ -110,7 +110,7 @@ The following parameters can be used to filter the output:
.Pp
.Bl -tag -width "neighbor=peer" -compact
.It Cm neighbor Ns = Ns Ar peer
-Show infromation for a specific neighbor.
+Show information for a specific neighbor.
.Ar peer
may be the neighbor's address or description.
.It Cm group Ns = Ns Ar name
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 <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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;