From: Lukasz Dorau Date: Thu, 5 Apr 2012 10:26:41 +0000 (+0200) Subject: Fix two typos in fprintf messages X-Git-Tag: mdadm-3.2.4~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40110b905058f80628d19b5a0b329980c48c82ad;p=thirdparty%2Fmdadm.git Fix two typos in fprintf messages Signed-off-by: Lukasz Dorau Signed-off-by: NeilBrown --- diff --git a/super-intel.c b/super-intel.c index dad4c4d3..ed7792dc 100644 --- a/super-intel.c +++ b/super-intel.c @@ -6089,7 +6089,7 @@ static int validate_geometry_imsm_volume(struct supertype *st, int level, int count = count_volumes(super->hba->path, super->orom->dpa, verbose); if (super->orom->vphba <= count) { - pr_vrb(": platform does not support more then %d raid volumes.\n", + pr_vrb(": platform does not support more than %d raid volumes.\n", super->orom->vphba); return 0; } @@ -6223,7 +6223,7 @@ static int validate_geometry_imsm(struct supertype *st, int level, int layout, super->orom->dpa, verbose); if (super->orom->vphba <= count) { pr_vrb(": platform does not support more" - "then %d raid volumes.\n", + " than %d raid volumes.\n", super->orom->vphba); return 0; }