summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-24 03:46:04 +0000
committerUlrich Müller <ulm@gentoo.org>2023-03-26 13:36:02 +0200
commit6d1b3231aea2695e7ff860f0df4775f2b0f1076f (patch)
treeb863e9cd254bd1b7a2f1d256ddd2b944a4776fee /eclass
parentlinux-mod.eclass: fix spelling (diff)
downloadgentoo-6d1b3231aea2695e7ff860f0df4775f2b0f1076f.tar.gz
gentoo-6d1b3231aea2695e7ff860f0df4775f2b0f1076f.tar.bz2
gentoo-6d1b3231aea2695e7ff860f0df4775f2b0f1076f.zip
mate.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')
-rw-r--r--eclass/mate.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mate.eclass b/eclass/mate.eclass
index ad988f5a145a..e8290c69e25a 100644
--- a/eclass/mate.eclass
+++ b/eclass/mate.eclass
@@ -12,7 +12,7 @@
# @BLURB: Provides phases for MATE based packages.
# @DESCRIPTION:
# Exports portage base functions used by ebuilds written for packages using the
-# MATE framework. Occassionally acts as a wrapper to gnome2 due to the
+# MATE framework. Occasionally acts as a wrapper to gnome2 due to the
# fact that MATE is a GNOME fork. For additional functions, see gnome2-utils.eclass.
case ${EAPI} in
@@ -48,7 +48,7 @@ DEPEND=">=mate-base/mate-common-${MATE_BRANCH}"
# python-r1 eclass
mate_py_cond_func_wrap() {
if [[ ! ${_PYTHON_R1_ECLASS} ]]; then
- die "This function requires the inheritence of the python-r1 eclass"
+ die "This function requires the inheritance of the python-r1 eclass"
fi
if use python; then
python_foreach_impl run_in_build_dir "$@"