Two typos fixed. Signed-off-by: Lukasz Dorau <lukasz.dorau@xxxxxxxxx> --- 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; } } -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html