-.\" $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>
.\"
.\" 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
.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
.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
-/* $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>
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;