diff options
author | 2023-08-26 17:20:29 +0200 | |
---|---|---|
committer | 2023-08-26 17:22:11 +0200 | |
commit | 0da55ff6f4be98d9f9443c987fb7ee641f3ddeb2 (patch) | |
tree | 86d3877aa57fd181359dc2b43ff3cc81c998f9e1 /eclass/elisp-common.eclass | |
parent | gnome-extra/zenity: Version bump to 3.44.2 (diff) | |
download | gentoo-0da55ff6f4be98d9f9443c987fb7ee641f3ddeb2.tar.gz gentoo-0da55ff6f4be98d9f9443c987fb7ee641f3ddeb2.tar.bz2 gentoo-0da55ff6f4be98d9f9443c987fb7ee641f3ddeb2.zip |
elisp-common.eclass: Fix typo in comment
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index a40c9f63007d..72dbb97f33e5 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. # |