diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:46:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:36:02 +0200 |
commit | 6d1b3231aea2695e7ff860f0df4775f2b0f1076f (patch) | |
tree | b863e9cd254bd1b7a2f1d256ddd2b944a4776fee /eclass/mate.eclass | |
parent | linux-mod.eclass: fix spelling (diff) | |
download | gentoo-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/mate.eclass')
-rw-r--r-- | eclass/mate.eclass | 4 |
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 "$@" |