]> sourceware.org Git - lvm2.git/commitdiff
fix spelling of pruning
authorDavid Teigland <teigland@redhat.com>
Fri, 19 Nov 2021 18:02:35 +0000 (12:02 -0600)
committerDavid Teigland <teigland@redhat.com>
Fri, 19 Nov 2021 18:02:35 +0000 (12:02 -0600)
lib/format_text/archive.c

index 09a472b4c1ec52ec21bf378aac86cbde906ee990..2e8792a93fac9b9a50594994d2b77ab4cf762a3b 100644 (file)
@@ -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);
 }
 
This page took 0.041458 seconds and 5 git commands to generate.