commit:     6d1b3231aea2695e7ff860f0df4775f2b0f1076f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 03:46:04 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 11:36:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1b3231

mate.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/mate.eclass | 4 ++--
 1 file 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 "$@"

Reply via email to