From 16186da81ebfe992efed2cd590f1b02fdc95e2b8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 24 Mar 2023 03:46:58 +0000 Subject: [PATCH] webapp.eclass: fix spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to codespell. Signed-off-by: Sam James Signed-off-by: Ulrich Müller --- eclass/webapp.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 9fb6466134265..8bd8e2aef03e0 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -389,7 +389,7 @@ webapp_pkg_setup() { # webapp_src_install() within the same shell process touch "${T}/${SETUP_CHECK_FILE}" - # special case - some ebuilds *do* need to overwride the SLOT + # special case - some ebuilds *do* need to override the SLOT if [[ "${SLOT}+" != "${PVR}+" && "${WEBAPP_MANUAL_SLOT}" != "yes" ]]; then die "Set WEBAPP_MANUAL_SLOT=\"yes\" if you need to SLOT manually" fi