iplink: spelling fix in error message

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2023-11-28 20:47:49 -08:00
parent 389657c3ec
commit ac404c4231

View File

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