From 65c83a8023e08f4233c562db62f61dc28ed19715 Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Tue, 25 Oct 2011 15:42:25 +0200 Subject: util.c: two typos fixed Two typos fixed. Signed-off-by: Lukasz Dorau Signed-off-by: NeilBrown --- util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index f785f030..2cf617df 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; } } -- cgit v1.2.3