diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-12-04 12:55:30 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-12-04 12:56:11 -0800 |
commit | 7b2361ddcde62d424ed759b2444ba3b8c91017fd (patch) | |
tree | f26f9a12249ae6da68d1a59a47fdd5c89be734e4 /sys-fs | |
parent | net-libs/gupnp-av: s/vala_src_prepare/vala_setup/ (diff) | |
download | gentoo-7b2361ddcde62d424ed759b2444ba3b8c91017fd.tar.gz gentoo-7b2361ddcde62d424ed759b2444ba3b8c91017fd.tar.bz2 gentoo-7b2361ddcde62d424ed759b2444ba3b8c91017fd.zip |
sys-fs/zfs-kmod: fix minor typo
Thanks-to: Louis Sautier <sbraz@gentoo.org>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-2.1.5-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-2.1.6.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-2.1.7.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.5-r1.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.1.5-r1.ebuild index 71bd00382b65..9f2b825e2eb9 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.1.5-r1.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.5-r1.ebuild @@ -209,7 +209,7 @@ pkg_postinst() { ewarn "Do *NOT* upgrade root pools to use the new feature flags." ewarn "Any new pools will be created with the new feature flags by default" ewarn "and will not be compatible with older versions of OpenZFS. To" - ewarn "create a newpool that is backward compatible wih GRUB2, use " + ewarn "create a new pool that is backward compatible wih GRUB2, use " ewarn ewarn "zpool create -o compatibility=grub2 ..." ewarn diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.6.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.1.6.ebuild index e561949719a9..f6204d45b2e9 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.1.6.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.6.ebuild @@ -207,7 +207,7 @@ pkg_postinst() { ewarn "Do *NOT* upgrade root pools to use the new feature flags." ewarn "Any new pools will be created with the new feature flags by default" ewarn "and will not be compatible with older versions of OpenZFS. To" - ewarn "create a newpool that is backward compatible wih GRUB2, use " + ewarn "create a new pool that is backward compatible wih GRUB2, use " ewarn ewarn "zpool create -o compatibility=grub2 ..." ewarn diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.7.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.1.7.ebuild index 2f23be8f7d39..d12dfd611acc 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.1.7.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.7.ebuild @@ -207,7 +207,7 @@ pkg_postinst() { ewarn "Do *NOT* upgrade root pools to use the new feature flags." ewarn "Any new pools will be created with the new feature flags by default" ewarn "and will not be compatible with older versions of OpenZFS. To" - ewarn "create a newpool that is backward compatible wih GRUB2, use " + ewarn "create a new pool that is backward compatible wih GRUB2, use " ewarn ewarn "zpool create -o compatibility=grub2 ..." ewarn diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild index b31dd845873c..8b8cb3689aef 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild @@ -233,7 +233,7 @@ pkg_postinst() { ewarn "Do *NOT* upgrade root pools to use the new feature flags." ewarn "Any new pools will be created with the new feature flags by default" ewarn "and will not be compatible with older versions of OpenZFS. To" - ewarn "create a newpool that is backward compatible wih GRUB2, use " + ewarn "create a new pool that is backward compatible wih GRUB2, use " ewarn ewarn "zpool create -o compatibility=grub2 ..." ewarn |