]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Fix typo (resove -> resolve) 235/head
authortk <kanet77@users.noreply.github.com>
Sun, 26 Nov 2017 06:25:56 +0000 (00:25 -0600)
committerGitHub <noreply@github.com>
Sun, 26 Nov 2017 06:25:56 +0000 (00:25 -0600)
ui/mtr.c

index a9a6d57d5f90ef4951f98ce7085215ccc900ca28..35953cf10d9a1b55925fa9581d13bee8d5329eaf 100644 (file)
--- a/ui/mtr.c
+++ b/ui/mtr.c
@@ -165,7 +165,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
 #ifdef HAVE_GTK
     fputs(" -g, --gtk                  use GTK+ xwindow interface\n", out);
 #endif
-    fputs(" -n, --no-dns               do not resove host names\n", out);
+    fputs(" -n, --no-dns               do not resolve host names\n", out);
     fputs(" -b, --show-ips             show IP numbers and host names\n",
           out);
     fputs(" -o, --order FIELDS         select output fields\n", out);