]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Fix typos 192/head
authorJakub Wilk <jwilk@jwilk.net>
Mon, 27 Feb 2017 22:52:08 +0000 (23:52 +0100)
committerJakub Wilk <jwilk@jwilk.net>
Mon, 27 Feb 2017 22:52:08 +0000 (23:52 +0100)
NEWS
SECURITY

diff --git a/NEWS b/NEWS
index 0470db727fb129ee265f642bb2fe56e7b0ececbf..f45c744f715503f710915cf58e822984a9ffbad4 100644 (file)
--- 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
index 1d39c2ebaaf66018f94bc3fce9c56743fb2d4a62..82c697c461182ac51a5baac2dc1e3b2a35e97de6 100644 (file)
--- 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