From: Andrea Claudi Date: Tue, 9 Jan 2024 15:33:53 +0000 (+0100) Subject: iplink_xstats: spelling fix in error message X-Git-Tag: v6.8.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0d6e6d7dacc196a96b41885efada695fb7fd40;p=thirdparty%2Fiproute2.git 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 --- 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; }