commit: 1c4f66d4f5a2c73d6769f7a998a6435a98882ba4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 19:57:45 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 19:57:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4f66d4
lua-single.eclass: fix comment typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/lua-single.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/lua-single.eclass b/eclass/lua-single.eclass
index 12eba57f4a89..aadd3b4ea675 100644
--- a/eclass/lua-single.eclass
+++ b/eclass/lua-single.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: lua-single.eclass
@@ -52,7 +52,7 @@
# "
# BDEPEND="virtual/pkgconfig"
#
-# # Only neeed if the setup phase has to do more than just call
lua-single_pkg_setup
+# # Only need if the setup phase has to do more than just call
lua-single_pkg_setup
# pkg_setup() {
# lua-single_pkg_setup
# [...]