]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iplink: spelling fix in error message
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 29 Nov 2023 04:47:49 +0000 (20:47 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 29 Nov 2023 04:47:49 +0000 (20:47 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iplink.c

index c7e5021c5d3a242759deceaed591543124884614..3ec4d9698b723b459fe1b911957cf04d071a04d7 100644 (file)
@@ -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;
        }