From 0da55ff6f4be98d9f9443c987fb7ee641f3ddeb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 26 Aug 2023 17:20:29 +0200 Subject: [PATCH] elisp-common.eclass: Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index a40c9f63007d3..72dbb97f33e5b 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -501,7 +501,7 @@ elisp-test-ert() { # some project that optionally enables GNU Emacs support. This will # correctly set up the test and Emacs dependencies. # -# Notice that the fist option passed to the "test-runner" is the +# Notice that the first option passed to the "test-runner" is the # directory and the rest are miscellaneous options applicable to that # given runner. #