]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Corrected the "without gtk" reference to "./configure --without-gtk", because the... 63/head
authorGareth Randall <gareth@garethrandall.com>
Tue, 9 Dec 2014 13:16:32 +0000 (13:16 +0000)
committerGareth Randall <gareth@garethrandall.com>
Tue, 9 Dec 2014 13:16:32 +0000 (13:16 +0000)
The error message was:
    configure: error: unrecognized option: `--WITHOUT_GTK'
Also fixed a couple of README typos.

README

diff --git a/README b/README
index f2f6538066cc9279e3505183e33f786b68234ba7..f6ac930684ec1b3670358c1945e30674335b8393 100644 (file)
--- a/README
+++ b/README
@@ -34,9 +34,9 @@ INSTALLING
   Note that mtr must be suid-root because it requires access to raw IP 
   sockets.  See SECURITY for security information.
 
-  Older versions used to require a non-existant path to GTK for a
+  Older versions used to require a non-existent path to GTK for a
   correct build of a non-gtk version while GTK was installed. This is
-  no longer neccesary. ./configure --WITHOUT_GTK should now work. 
+  no longer necessary. ./configure --without-gtk should now work. 
   If it doesn't, try "make WITHOUT_X11=YES" as the make step. 
 
   On Solaris (and possibly other systems) the "gtk" library may be
@@ -47,7 +47,7 @@ INSTALLING
   you're out of luck when you use the sun LD. That's not quite true, as
   you can move the gtk libraries to /usr/lib instead of leaving them in
   /usr/local/lib.  (when the ld tells you that /usr/local/lib is untrusted
-  and /usr/lib is trusted, and you trust hte gtk libs enough to want them
+  and /usr/lib is trusted, and you trust the gtk libs enough to want them
   in a setuid program, then there is something to say for moving them
   to the "trusted" directory.)