[lvm-devel] master - typo: fix invalid

Zdenek Kabelac zkabelac at sourceware.org
Wed Oct 25 20:04:25 UTC 2017


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=0a0cc696cafd36ee5cd69e15bb4502eb1be22b86
Commit:        0a0cc696cafd36ee5cd69e15bb4502eb1be22b86
Parent:        0e7edd1d2438bab5d08a8d3db47c082d9c4e0b12
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Wed Oct 25 19:39:25 2017 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Wed Oct 25 22:02:24 2017 +0200

typo: fix invalid

---
 tools/lvconvert.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 390a784..aa61f73 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -1949,7 +1949,7 @@ static int _lvconvert_snapshot(struct cmd_context *cmd,
 	    (lv_is_mirror_type(org) && !lv_is_mirror(org)) ||
 	    (lv_is_raid_type(org) && !lv_is_raid(org)) ||
 	    lv_is_cow(org)) {
-		log_error("Unable to use LV %s as snapshot origin: invald LV type.",
+		log_error("Unable to use LV %s as snapshot origin: invalid LV type.",
 			  display_lvname(lv));
 		return 0;
 	}




More information about the lvm-devel mailing list