b6fb8c
From 7ac0b3c119b1cbb8e0b4969ece0b279637ace8c3 Mon Sep 17 00:00:00 2001
b6fb8c
From: David Teigland <teigland@redhat.com>
b6fb8c
Date: Fri, 19 Nov 2021 12:02:35 -0600
38b7b2
Subject: [PATCH 14/54] fix spelling of pruning
b6fb8c
b6fb8c
---
b6fb8c
 lib/format_text/archive.c | 2 +-
b6fb8c
 1 file changed, 1 insertion(+), 1 deletion(-)
b6fb8c
b6fb8c
diff --git a/lib/format_text/archive.c b/lib/format_text/archive.c
b6fb8c
index 09a472b4c..2e8792a93 100644
b6fb8c
--- a/lib/format_text/archive.c
b6fb8c
+++ b/lib/format_text/archive.c
b6fb8c
@@ -219,7 +219,7 @@ static void _remove_expired(const char *dir, const char *vgname,
b6fb8c
 
b6fb8c
 	sum /= 1024 * 1024;
b6fb8c
 	if (sum > 128 || archives_size > 8192)
b6fb8c
-		log_print_unless_silent("Consider prunning %s VG archive with more then %u MiB in %u files (check archiving is needed in lvm.conf).",
b6fb8c
+		log_print_unless_silent("Consider pruning %s VG archive with more then %u MiB in %u files (check archiving is needed in lvm.conf).",
b6fb8c
 					vgname, (unsigned)sum, archives_size);
b6fb8c
 }
b6fb8c
 
b6fb8c
-- 
38b7b2
2.34.3
b6fb8c