]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iproute2: fix minor typo in comments
authorGilles Espinasse <g.esp@free.fr>
Sun, 10 Jul 2011 05:45:37 +0000 (05:45 +0000)
committerStephen Hemminger <shemminger@vyatta.com>
Mon, 11 Jul 2011 17:11:09 +0000 (10:11 -0700)
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
README
README.devel
configure

diff --git a/README b/README
index 0ed03729cdece4d8435dc1e13b41112c57a1f2bc..528b539f634f6f9cfbb0bd19db8d9697568f903c 100644 (file)
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ database routines.  Often this is in the db-devel package.
 
 2. make
 
-The makefile will automatically build a file Config which
+The makefile will automatically build a Config file which
 contains whether or not ATM is available, etc.
 
 3. To make documentation, cd to doc/ directory , then
index 2022869a521343597283f18264e8ad4e018ccf27..9b7d11e3322fbef7d39369e7019477d2e35f37ae 100644 (file)
@@ -1,7 +1,7 @@
 Iproute2 development is closely tied to Linux kernel networking
 development. Most new features require a kernel and a utility component.
 
-Please submit both the the Linux networking mailing list
+Please submit both to the Linux networking mailing list
    <netdev@vger.kernel.org>
 
 The current source is in the git repository:
index 600fa96cefc56a40ddf6122852469586e5ac49bb..69797ab239616a194775e2c3517284d07f70d0ad 100755 (executable)
--- a/configure
+++ b/configure
@@ -65,7 +65,7 @@ then
        return
 fi
 
-#check if we need dont our internal header ..
+#check if we dont need our internal header ..
 cat >/tmp/ipttest.c <<EOF
 #include <xtables.h>
 char *lib_dir;