mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-27 11:54:53 +08:00
iplink: spelling fix in error message
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
389657c3ec
commit
ac404c4231
@ -1721,7 +1721,7 @@ static int iplink_afstats(int argc, char **argv)
|
|||||||
|
|
||||||
if (rtnl_statsdump_req_filter(&rth, AF_UNSPEC, filt_mask,
|
if (rtnl_statsdump_req_filter(&rth, AF_UNSPEC, filt_mask,
|
||||||
NULL, NULL) < 0) {
|
NULL, NULL) < 0) {
|
||||||
perror("Cannont send dump request");
|
perror("Cannot send dump request");
|
||||||
delete_json_obj();
|
delete_json_obj();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user