From ba0d6e6d7dacc196a96b41885efada695fb7fd40 Mon Sep 17 00:00:00 2001 From: Andrea Claudi Date: Tue, 9 Jan 2024 16:33:53 +0100 Subject: [PATCH] iplink_xstats: spelling fix in error message Cannont --> Cannot Fixes: 2b99748a60bf ("add missing iplink_xstats.c") Signed-off-by: Andrea Claudi Reviewed-by: Petr Machata Signed-off-by: Stephen Hemminger --- ip/iplink_xstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/iplink_xstats.c b/ip/iplink_xstats.c index 6c184c02c..8d367984e 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; } -- 2.47.3