diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:45:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:35:52 +0200 |
commit | 7f465b9ad506cc87a006f0faba4030017360fbcd (patch) | |
tree | 138e5e07eff79e5f250139f777df8dcc6eadf1b3 /eclass | |
parent | distutils-r1.eclass: fix spelling (diff) | |
download | gentoo-7f465b9ad506cc87a006f0faba4030017360fbcd.tar.gz gentoo-7f465b9ad506cc87a006f0faba4030017360fbcd.tar.bz2 gentoo-7f465b9ad506cc87a006f0faba4030017360fbcd.zip |
elisp.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/elisp.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 9d157c23d5b1..192f27384967 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -125,7 +125,7 @@ elisp_src_prepare() { # @FUNCTION: elisp_src_configure # @DESCRIPTION: -# Do nothing, because Emacs packages seldomly bring a full build system. +# Do nothing, because Emacs packages seldom bring a full build system. elisp_src_configure() { :; } |