summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-04-11 14:18:57 -0500
committerDavid Teigland <teigland@redhat.com>2017-04-11 14:18:57 -0500
commit69c3543855a98fcbb644bec0c7816913369c3892 (patch)
treeca92c4df3b4a5f53a6cbfe629e0a34652d27d562
parent1dfb4a2dae05679d0e5f1de1f2f7ded53606b7ec (diff)
downloadlvm2-69c3543855a98fcbb644bec0c7816913369c3892.tar.gz
raid_manip: fix typo warning message
-rw-r--r--lib/metadata/raid_manip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/metadata/raid_manip.c b/lib/metadata/raid_manip.c
index 93c3c3024..06a92b3bf 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) {