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/zfs-kmod/zfs-kmod-9999.ebuild | |
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/zfs-kmod/zfs-kmod-9999.ebuild')
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |