From: Jakub Wilk Date: Mon, 27 Feb 2017 22:52:08 +0000 (+0100) Subject: Fix typos X-Git-Tag: v0.88~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F192%2Fhead;p=thirdparty%2Fmtr.git Fix typos --- diff --git a/NEWS b/NEWS index 0470db7..f45c744 100644 --- a/NEWS +++ b/NEWS @@ -50,7 +50,7 @@ R.E. Wolff (9): removed warning about IPV6 socket when IPV6 is not available at runtime fix for printing space field in XML. modified name of timeout variable to prevent warning on solaris. - changed the name of the ping timout timer from 'tag' to 'ping timeout timer' + changed the name of the ping timeout timer from 'tag' to 'ping timeout timer' net.c fix from AQ. issue 128: compile should be in .gitignore The release script bumped the version number @@ -142,7 +142,7 @@ V0.87 removed warning about IPV6 socket when IPV6 is not available at runtime fix for printing space field in XML. modified name of timeout variable to prevent warning on solaris. - changed the name of the ping timout timer from 'tag' to 'ping timeout timer' + changed the name of the ping timeout timer from 'tag' to 'ping timeout timer' net.c fix from AQ. issue 128: compile should be in .gitignore The release script bumped the version number diff --git a/SECURITY b/SECURITY index 1d39c2e..82c697c 100644 --- a/SECURITY +++ b/SECURITY @@ -44,7 +44,7 @@ justified. mtr-packet does the following two things after it is launched: ICMP packets. * mtr-packet drops root privileges by setting the effective uid to match uid or the user calling mtr. -* If capabilities support is availabe, mtr-packet drops all privileged +* If capabilities support is available, mtr-packet drops all privileged capabilities. See main() in packet.c and init_net_state_privileged() in probe_unix.c