gui-libs/text-engine: Fix typo in die message

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
Yuan Liao
2022-03-20 22:56:16 -07:00
parent 9f5e53441c
commit 2c9cbd43c0
2 changed files with 2 additions and 2 deletions

View File

@@ -42,5 +42,5 @@ RDEPEND="
src_prepare() {
default
sed -i -e "/subdir('demo')/d" meson.build ||
die "Failed to modify meson.ebuild to exclude the demo program"
die "Failed to modify meson.build to exclude the demo program"
}