summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-24 03:46:44 +0000
committerUlrich Müller <ulm@gentoo.org>2023-03-26 13:36:11 +0200
commit90c840639cbefb11274e08a1f0fc4b37fc590371 (patch)
treebed637d135406bbd765ca10d129388e4dafd7a1a /eclass
parentsubversion.eclass: fix spelling (diff)
downloadgentoo-90c840639cbefb11274e08a1f0fc4b37fc590371.tar.gz
gentoo-90c840639cbefb11274e08a1f0fc4b37fc590371.tar.bz2
gentoo-90c840639cbefb11274e08a1f0fc4b37fc590371.zip
texlive-module.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/texlive-module.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
index 0c8a7c756517..fea4003c37a8 100644
--- a/eclass/texlive-module.eclass
+++ b/eclass/texlive-module.eclass
@@ -56,7 +56,7 @@
# @DEFAULT_UNSET
# @DESCRIPTION:
# A space separated list of links to add for BINSCRIPTS.
-# The systax is: foo:bar to create a symlink bar -> foo.
+# The syntax is: foo:bar to create a symlink bar -> foo.
# @ECLASS_VARIABLE: TL_PV
# @INTERNAL
@@ -321,7 +321,7 @@ texlive-module_src_compile() {
BuildLanguageDat)
einfo "Language file $parameter already generated.";;
*)
- die "No rule to proccess ${command}. Please file a bug."
+ die "No rule to process ${command}. Please file a bug."
esac
done