linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] util.c: two typos fixed
@ 2011-10-25 13:42 Lukasz Dorau
  2011-10-25 21:50 ` NeilBrown
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Dorau @ 2011-10-25 13:42 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, dan.j.williams, marcin.labun, ed.ciechanowski

Two typos fixed.

Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
---
 util.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/util.c b/util.c
index f785f03..2cf617d 100644
--- a/util.c
+++ b/util.c
@@ -1709,7 +1709,8 @@ int experimental(void)
 	if (check_env("MDADM_EXPERIMENTAL"))
 		return 1;
 	else {
-		fprintf(stderr, Name ": To use this feature MDADM_EXPERIMENTAL enviroment variable has to defined.\n");
+		fprintf(stderr, Name ": To use this feature MDADM_EXPERIMENTAL"
+				" environment variable has to be defined.\n");
 		return 0;
 	}
 }


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

end of thread, other threads:[~2011-10-25 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 13:42 [PATCH] util.c: two typos fixed Lukasz Dorau
2011-10-25 21:50 ` NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).