Message ID | d7b588ec35b3e5a7b4dfb2fdacb54fdbbe903585.1704813773.git.aclaudi@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 05a4fc72587fed4ad5a0a93c59394b3e39f30381 |
Delegated to: | Stephen Hemminger |
Headers | show |
Series | Fix typos in two error messages | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Andrea Claudi <aclaudi@redhat.com> writes: > Canot --> Cannot > > Fixes: 65018ae43b14 ("This patch adds a generic netlink controller...") > Signed-off-by: Andrea Claudi <aclaudi@redhat.com> Reviewed-by: Petr Machata <petrm@nvidia.com>
diff --git a/genl/ctrl.c b/genl/ctrl.c index d5b765cc..aff922a4 100644 --- a/genl/ctrl.c +++ b/genl/ctrl.c @@ -329,7 +329,7 @@ static int ctrl_listen(int argc, char **argv) struct rtnl_handle rth; if (rtnl_open_byproto(&rth, nl_mgrp(GENL_ID_CTRL), NETLINK_GENERIC) < 0) { - fprintf(stderr, "Canot open generic netlink socket\n"); + fprintf(stderr, "Cannot open generic netlink socket\n"); return -1; }
Canot --> Cannot Fixes: 65018ae43b14 ("This patch adds a generic netlink controller...") Signed-off-by: Andrea Claudi <aclaudi@redhat.com> --- genl/ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)