diff options
author | 2023-01-28 11:28:51 +0100 | |
---|---|---|
committer | 2023-02-09 15:25:41 +0200 | |
commit | 1862b08d85b60285b13e47e46a04d7bd5ce9bd96 (patch) | |
tree | 409548bc8da60ad62e25623937887ea7fb349c0a /sys-fs/bees/bees-9999.ebuild | |
parent | sys-fs/bees-9999: remove IUSE for optional tools (diff) | |
download | gentoo-1862b08d85b60285b13e47e46a04d7bd5ce9bd96.tar.gz gentoo-1862b08d85b60285b13e47e46a04d7bd5ce9bd96.tar.bz2 gentoo-1862b08d85b60285b13e47e46a04d7bd5ce9bd96.zip |
sys-fs/bees: fix typo in ewarns
Signed-off-by: Kai Krakow <kai@kaishome.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/bees/bees-9999.ebuild')
-rw-r--r-- | sys-fs/bees/bees-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/bees/bees-9999.ebuild b/sys-fs/bees/bees-9999.ebuild index 8683e8ca32fd..70b55ab3d423 100644 --- a/sys-fs/bees/bees-9999.ebuild +++ b/sys-fs/bees/bees-9999.ebuild @@ -70,7 +70,7 @@ pkg_pretend() { ewarn "With kernel version 5.4 or later, the kernel may hang when multiple threads" ewarn "are running LOGICAL_INO and dedupe ioctl. This is not exclusively triggered" ewarn "by bees but also other software running such operations, bees will just more" - ewarn "likely to trigger the bug. You can work around this issue by reducing the" + ewarn "likely trigger this bug. You can work around this issue by reducing the" ewarn "thread count of bees to 1." ewarn fi |