From 7f465b9ad506cc87a006f0faba4030017360fbcd Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 24 Mar 2023 03:45:27 +0000 Subject: elisp.eclass: fix spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to codespell. Signed-off-by: Sam James Signed-off-by: Ulrich Müller --- eclass/elisp.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/elisp.eclass') 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() { :; } -- cgit v1.2.3-65-gdbad