]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iplink_xstats: spelling fix in error message
authorAndrea Claudi <aclaudi@redhat.com>
Tue, 9 Jan 2024 15:33:53 +0000 (16:33 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 11 Jan 2024 17:23:27 +0000 (09:23 -0800)
Cannont --> Cannot

Fixes: 2b99748a60bf ("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>
ip/iplink_xstats.c

index 6c184c02cb3101869d49f743b054fc698040d2bc..8d367984eb4ae14654741387b74af2ec2282e26f 100644 (file)
@@ -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;
        }