[lvm-devel] LVM2/tools lvconvert.c

snitzer at sourceware.org snitzer at sourceware.org
Sun Nov 28 18:37:34 UTC 2010


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	snitzer at sourceware.org	2010-11-28 18:37:34

Modified files:
	tools          : lvconvert.c 

Log message:
	Fix "it's" typo to be "its" in lvconvert error message.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.c.diff?cvsroot=lvm2&r1=1.149&r2=1.150

--- LVM2/tools/lvconvert.c	2010/11/25 17:15:47	1.149
+++ LVM2/tools/lvconvert.c	2010/11/28 18:37:33	1.150
@@ -1572,7 +1572,7 @@
 			return ECMD_FAILED;
 		}
 		if (!lvconvert_merge(cmd, lv, lp)) {
-			log_error("Unable to merge LV \"%s\" into it's origin.", lv->name);
+			log_error("Unable to merge LV \"%s\" into its origin.", lv->name);
 			return ECMD_FAILED;
 		}
 	} else if (lp->snapshot) {




More information about the lvm-devel mailing list