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:
committed by
Stephen Hemminger
parent
97d3edd743
commit
ba0d6e6d7d
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user