summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-09-08 18:30:58 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-09-08 18:30:58 +0000
commita865772238cf961934718c2dd894b2994193c5b8 (patch)
treead975600c94255263a089f2308e9f1059b6b9982 /sys-fs/lvm2
parentMarked ~sparc-solaris (diff)
downloadgentoo-2-a865772238cf961934718c2dd894b2994193c5b8.tar.gz
gentoo-2-a865772238cf961934718c2dd894b2994193c5b8.tar.bz2
gentoo-2-a865772238cf961934718c2dd894b2994193c5b8.zip
Fix spelling and grammar (bug #382157).
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2')
-rw-r--r--sys-fs/lvm2/ChangeLog5
-rw-r--r--sys-fs/lvm2/lvm2-2.02.88.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/lvm2/ChangeLog b/sys-fs/lvm2/ChangeLog
index d6a46d0757bf..cbcd40143cc8 100644
--- a/sys-fs/lvm2/ChangeLog
+++ b/sys-fs/lvm2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/lvm2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.247 2011/09/05 17:41:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/ChangeLog,v 1.248 2011/09/08 18:30:58 robbat2 Exp $
+
+ 08 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> lvm2-2.02.88.ebuild:
+ Fix spelling and grammar (bug #382157).
*lvm2-2.02.88 (05 Sep 2011)
diff --git a/sys-fs/lvm2/lvm2-2.02.88.ebuild b/sys-fs/lvm2/lvm2-2.02.88.ebuild
index 7435bc2abd0d..d70ee99cefc3 100644
--- a/sys-fs/lvm2/lvm2-2.02.88.ebuild
+++ b/sys-fs/lvm2/lvm2-2.02.88.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.88.ebuild,v 1.1 2011/09/05 17:41:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.88.ebuild,v 1.2 2011/09/08 18:30:58 robbat2 Exp $
EAPI=3
inherit eutils multilib toolchain-funcs autotools linux-info
@@ -46,7 +46,7 @@ pkg_setup() {
if use static; then
elog "Warning, we no longer overwrite /sbin/lvm and /sbin/dmsetup with"
elog "their static versions. If you need the static binaries,"
- elog "you must append .static the filename!"
+ elog "you must append .static to the filename!"
fi
}
@@ -263,7 +263,7 @@ src_install() {
elog "with the cman USE flag."
elog ""
elog "USE flags clvm and cman are masked"
- elog "by default and need to be unmasked to use them"
+ elog "by default and need to be unmasked to be used"
elog ""
elog "If you are using genkernel and root-on-LVM, rebuild the initramfs."
}
@@ -272,7 +272,7 @@ pkg_postinst() {
elog "lvm volumes are no longer automatically created for"
elog "baselayout-2 users. If you are using baselayout-2, be sure to"
elog "run: # rc-update add lvm boot"
- elog "Do NOT add it if you are using baselayout-1 still."
+ elog "Do NOT add it if you are still using baselayout-1."
}
src_test() {