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; }