From 00ab7bbc009fdfc5399809d6de00103b8fe0f86e Mon Sep 17 00:00:00 2001 From: tk Date: Sun, 26 Nov 2017 00:25:56 -0600 Subject: [PATCH] Fix typo (resove -> resolve) --- ui/mtr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/mtr.c b/ui/mtr.c index a9a6d57..35953cf 100644 --- 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); -- 2.47.2