util.c: two typos fixed

Two typos fixed.

Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Lukasz Dorau 2011-10-25 15:42:25 +02:00 committed by NeilBrown
parent 5961eeec2f
commit 65c83a8023
1 changed files with 2 additions and 1 deletions

3
util.c
View File

@ -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;
}
}