From 40110b905058f80628d19b5a0b329980c48c82ad Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Thu, 5 Apr 2012 12:26:41 +0200 Subject: [PATCH] Fix two typos in fprintf messages Signed-off-by: Lukasz Dorau Signed-off-by: NeilBrown --- super-intel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5