commit: 16186da81ebfe992efed2cd590f1b02fdc95e2b8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 03:46:58 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 11:36:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16186da8
webapp.eclass: fix spelling
Thanks to codespell.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/webapp.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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