From: tk Date: Sun, 26 Nov 2017 06:25:56 +0000 (-0600) Subject: Fix typo (resove -> resolve) X-Git-Tag: v0.93~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F235%2Fhead;p=thirdparty%2Fmtr.git Fix typo (resove -> resolve) --- 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);