git: afd305ea66f9 - stable/13 - bsnmpget.1: Fix a typo in the man page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 22 Jan 2023 09:09:17 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=afd305ea66f93f0dff4d2cd9bcf879117d8da2f6

commit afd305ea66f93f0dff4d2cd9bcf879117d8da2f6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-19 13:18:52 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-22 09:09:09 +0000

    bsnmpget.1: Fix a typo in the man page
    
    - s/ingore/ignore/
    
    (cherry picked from commit 7a184a41c6a31a1dcf82c2e35446f96dde78dbce)
---
 usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1 b/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
index 95abc87a5720..ea3a2c5ce189 100644
--- a/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
+++ b/usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1
@@ -136,7 +136,7 @@ digest.
 By default SNMPv3 PDUs are sent unauthenticated.
 .It Fl a
 Skip any sanity checks when adding OIDs to a Protocol Data Unit (PDU):
-ingore syntax/access type, allow adding of non-leaf objects for GetPdu and
+ignore syntax/access type, allow adding of non-leaf objects for GetPdu and
 read-only objects to a SetPDU.
 .It Fl b Ar buffersize
 Tune the size of buffers used to send and receive packets.