iplink_xstats: spelling fix in error message

Cannont --> Cannot

Fixes: 2b99748a60 ("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>
This commit is contained in:
Andrea Claudi
2024-01-09 16:33:53 +01:00
committed by Stephen Hemminger
parent 97d3edd743
commit ba0d6e6d7d

View File

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