git: 8b5058ec78a6 - main - genl: typo fixes

From: Maxim Konovalov <maxim_at_FreeBSD.org>
Date: Mon, 13 Jan 2025 00:43:03 UTC
The branch main has been updated by maxim:

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

commit 8b5058ec78a6fad972f48e6cd5613c2750f43ad6
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2025-01-13 00:40:47 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2025-01-13 00:42:55 +0000

    genl: typo fixes
    
    PR:     284017
---
 usr.bin/genl/genl.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/genl/genl.1 b/usr.bin/genl/genl.1
index af0c6360ad83..253cc12e0dfc 100644
--- a/usr.bin/genl/genl.1
+++ b/usr.bin/genl/genl.1
@@ -57,7 +57,7 @@ Id of the available multicast group if any and it associated name
 Connect to the
 .Ar family
 protocol and subscribe to the
-.Ar mulicast group
+.Ar multicast group
 then print the received messages in a readable format if the protocol is known.
 So far only
 .Qq nlctrl
@@ -65,7 +65,7 @@ and
 .Qq nlsysevent
 are known. If no
 .Ar multicast group
-are provided then all the groups are subsribed to.
+are provided then all the groups are subscribed to.
 .El
 .Sh SEE ALSO
 .Xr genetlink 4 ,