All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iproute2: fix minor typo in comments
@ 2011-07-10 15:45 Gilles Espinasse
  2011-07-11 17:12 ` Stephen Hemminger
  2011-07-11 19:31 ` Nicolas de Pesloüan
  0 siblings, 2 replies; 3+ messages in thread
From: Gilles Espinasse @ 2011-07-10 15:45 UTC (permalink / raw)
  To: netdev, shemminger; +Cc: Gilles Espinasse

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
---
 README       |    2 +-
 README.devel |    2 +-
 configure    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 0ed0372..528b539 100644
--- 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
diff --git a/README.devel b/README.devel
index 2022869..9b7d11e 100644
--- a/README.devel
+++ b/README.devel
@@ -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:
diff --git a/configure b/configure
index 600fa96..69797ab 100755
--- 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;
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] iproute2: fix minor typo in comments
  2011-07-10 15:45 [PATCH] iproute2: fix minor typo in comments Gilles Espinasse
@ 2011-07-11 17:12 ` Stephen Hemminger
  2011-07-11 19:31 ` Nicolas de Pesloüan
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2011-07-11 17:12 UTC (permalink / raw)
  To: Gilles Espinasse; +Cc: netdev

Applied

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] iproute2: fix minor typo in comments
  2011-07-10 15:45 [PATCH] iproute2: fix minor typo in comments Gilles Espinasse
  2011-07-11 17:12 ` Stephen Hemminger
@ 2011-07-11 19:31 ` Nicolas de Pesloüan
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas de Pesloüan @ 2011-07-11 19:31 UTC (permalink / raw)
  To: Gilles Espinasse; +Cc: netdev, shemminger

Le 10/07/2011 17:45, Gilles Espinasse a écrit :
> Signed-off-by: Gilles Espinasse<g.esp@free.fr>

[...]

> -#check if we need dont our internal header ..
> +#check if we dont need our internal header ..

While you fix this one, "dont" should become "don't".

	Nicolas.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-11 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-10 15:45 [PATCH] iproute2: fix minor typo in comments Gilles Espinasse
2011-07-11 17:12 ` Stephen Hemminger
2011-07-11 19:31 ` Nicolas de Pesloüan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.