aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2023-11-28 20:47:49 -0800
committerStephen Hemminger <stephen@networkplumber.org>2023-11-28 20:47:49 -0800
commitac404c42314cac848a8c038e176f871828852518 (patch)
tree6370e1096db2474f0f8bc8ea52525db12f26a323
parent389657c3ec43227a238a832b4494095cc5c91a32 (diff)
downloadiproute2-ac404c42314cac848a8c038e176f871828852518.tar.gz
iplink: spelling fix in error message
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--ip/iplink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip/iplink.c b/ip/iplink.c
index c7e5021c5..3ec4d9698 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
@@ -1721,7 +1721,7 @@ static int iplink_afstats(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");
delete_json_obj();
return 1;
}