diff options
author | Lukasz Dorau <lukasz.dorau@intel.com> | 2011-10-25 15:42:25 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-10-25 23:48:31 +0200 |
commit | 65c83a8023e08f4233c562db62f61dc28ed19715 (patch) | |
tree | d9a92fe72ccc195cdc0445f6be961a386feebc5d /util.c | |
parent | imsm: fix: Fixes metadata after migration from Raid 0 to Raid 10 (diff) | |
download | mdadm-65c83a8023e08f4233c562db62f61dc28ed19715.tar.xz mdadm-65c83a8023e08f4233c562db62f61dc28ed19715.zip |
util.c: two typos fixed
Two typos fixed.
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } } |