All of lore.kernel.org
 help / color / mirror / Atom feed
* master - raid_manip: fix typo warning message
@ 2017-04-11 19:19 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2017-04-11 19:19 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=69c3543855a98fcbb644bec0c7816913369c3892
Commit:        69c3543855a98fcbb644bec0c7816913369c3892
Parent:        1dfb4a2dae05679d0e5f1de1f2f7ded53606b7ec
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Tue Apr 11 14:18:57 2017 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Tue Apr 11 14:18:57 2017 -0500

raid_manip: fix typo warning message

---
 lib/metadata/raid_manip.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/metadata/raid_manip.c b/lib/metadata/raid_manip.c
index 93c3c30..06a92b3 100644
--- a/lib/metadata/raid_manip.c
+++ b/lib/metadata/raid_manip.c
@@ -1891,7 +1891,7 @@ static int _raid_reshape_remove_images(struct logical_volume *lv,
 		log_print_unless_silent("If that leaves the logical volume larger than %llu extents due to stripe rounding,",
 					(unsigned long long) extend_le_count);
 		log_print_unless_silent("you may want to grow the content afterwards (filesystem etc.)");
-		log_warn("WARNING: too remove freed stripes after the conversion has finished, you have to run \"lvconvert --stripes %u %s\"",
+		log_warn("WARNING: to remove freed stripes after the conversion has finished, you have to run \"lvconvert --stripes %u %s\"",
 			 new_stripes, display_lvname(lv));
 
 		if (!force) {



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-11 19:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 19:19 master - raid_manip: fix typo warning message David Teigland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.