git: 5fa2e50ea438 - main - genl: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Oct 2024 21:09:35 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=5fa2e50ea4386bf277bb840e821c63f314c9a431
commit 5fa2e50ea4386bf277bb840e821c63f314c9a431
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-10-26 21:09:20 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
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) {