summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2021-11-19 12:02:35 -0600
committerDavid Teigland <teigland@redhat.com>2021-12-20 14:22:17 -0600
commit7ac0b3c119b1cbb8e0b4969ece0b279637ace8c3 (patch)
treee8143e8b5e5803fad5e466b11cbd8c6fdec871e6
parent594c1fec1644fdf291aa0ff23de20db65c4cfadf (diff)
downloadlvm2-7ac0b3c119b1cbb8e0b4969ece0b279637ace8c3.tar.gz
fix spelling of pruning
-rw-r--r--lib/format_text/archive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/format_text/archive.c b/lib/format_text/archive.c
index 09a472b4c..2e8792a93 100644
--- a/lib/format_text/archive.c
+++ b/lib/format_text/archive.c
@@ -219,7 +219,7 @@ static void _remove_expired(const char *dir, const char *vgname,
sum /= 1024 * 1024;
if (sum > 128 || archives_size > 8192)
- log_print_unless_silent("Consider prunning %s VG archive with more then %u MiB in %u files (check archiving is needed in lvm.conf).",
+ log_print_unless_silent("Consider pruning %s VG archive with more then %u MiB in %u files (check archiving is needed in lvm.conf).",
vgname, (unsigned)sum, archives_size);
}