The branch main has been updated by glebius:

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

commit 5fa2e50ea4386bf277bb840e821c63f314c9a431
Author:     Gleb Smirnoff <[email protected]>
AuthorDate: 2024-10-26 21:09:20 +0000
Commit:     Gleb Smirnoff <[email protected]>
CommitDate: 2024-10-26 21:09:20 +0000

    genl: fix typo
---
 usr.bin/genl/genl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/genl/genl.c b/usr.bin/genl/genl.c
index df2758c273f3..dd0c3af30c9c 100644
--- a/usr.bin/genl/genl.c
+++ b/usr.bin/genl/genl.c
@@ -263,7 +263,7 @@ monitor_mcast(int argc __unused, char **argv)
                }
        }
        if (!found)
-               errx(EXIT_FAILURE, "No such multicat group '%s'"
+               errx(EXIT_FAILURE, "No such multicast group '%s'"
                    " in family '%s'", argv[1], argv[0]);
        for (size_t i= 0; i < nitems(mcast_parsers); i++) {
                if (strcmp(mcast_parsers[i].family, argv[0]) == 0) {

Reply via email to