Message ID | 52d94cd79743fcbfdc0767669f012a1ef2e926d8.1704813773.git.aclaudi@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ba0d6e6d7dacc196a96b41885efada695fb7fd40 |
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: > Cannont --> Cannot > > Fixes: 2b99748a60bf ("add missing iplink_xstats.c") > Signed-off-by: Andrea Claudi <aclaudi@redhat.com> Reviewed-by: Petr Machata <petrm@nvidia.com>
diff --git a/ip/iplink_xstats.c b/ip/iplink_xstats.c index 6c184c02..8d367984 100644 --- a/ip/iplink_xstats.c +++ b/ip/iplink_xstats.c @@ -63,7 +63,7 @@ int iplink_ifla_xstats(int argc, char **argv) if (rtnl_statsdump_req_filter(&rth, AF_UNSPEC, filt_mask, NULL, NULL) < 0) { - perror("Cannont send dump request"); + perror("Cannot send dump request"); return -1; }
Cannont --> Cannot Fixes: 2b99748a60bf ("add missing iplink_xstats.c") Signed-off-by: Andrea Claudi <aclaudi@redhat.com> --- ip/iplink_xstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)