summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-24 03:46:58 +0000
committerUlrich Müller <ulm@gentoo.org>2023-03-26 13:36:15 +0200
commit16186da81ebfe992efed2cd590f1b02fdc95e2b8 (patch)
treeb7b5d9047c2380b605d0623d68a1534e9d425f47 /eclass/webapp.eclass
parentwaf-utils.eclass: fix spelling (diff)
downloadgentoo-16186da81ebfe992efed2cd590f1b02fdc95e2b8.tar.gz
gentoo-16186da81ebfe992efed2cd590f1b02fdc95e2b8.tar.bz2
gentoo-16186da81ebfe992efed2cd590f1b02fdc95e2b8.zip
webapp.eclass: fix spelling
Thanks to codespell. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r--eclass/webapp.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass
index 9fb646613426..8bd8e2aef03e 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