summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-13 20:57:45 +0100
committerSam James <sam@gentoo.org>2022-10-13 20:57:45 +0100
commit1c4f66d4f5a2c73d6769f7a998a6435a98882ba4 (patch)
treebf9e27fb350c53595d7c39ee8f8be78dd621d1ff /eclass/lua-single.eclass
parentmedia-libs/librtprocess: fix IndirectInherits (diff)
downloadgentoo-1c4f66d4f5a2c73d6769f7a998a6435a98882ba4.tar.gz
gentoo-1c4f66d4f5a2c73d6769f7a998a6435a98882ba4.tar.bz2
gentoo-1c4f66d4f5a2c73d6769f7a998a6435a98882ba4.zip
lua-single.eclass: fix comment typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/lua-single.eclass')
-rw-r--r--eclass/lua-single.eclass4
1 files 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
# [...]