aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Claudi <aclaudi@redhat.com>2024-01-09 16:33:53 +0100
committerStephen Hemminger <stephen@networkplumber.org>2024-01-11 09:23:27 -0800
commitba0d6e6d7dacc196a96b41885efada695fb7fd40 (patch)
tree7837d468f0605a0b31d415a3e505249e0185e13d
parent97d3edd74383628a01d7d6a1197196dd500d5357 (diff)
downloadiproute2-ba0d6e6d7dacc196a96b41885efada695fb7fd40.tar.gz
iplink_xstats: spelling fix in error message
Cannont --> Cannot Fixes: 2b99748a60bf ("add missing iplink_xstats.c") Signed-off-by: Andrea Claudi <aclaudi@redhat.com> Reviewed-by: Petr Machata <petrm@nvidia.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--ip/iplink_xstats.c2
1 files changed, 1 insertions, 1 deletions
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;
}