commit: 5bb9e69839a2ed7a4d8e7c9c2a1a19d727a645d7
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 13:35:41 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 16:12:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb9e698
check-reqs.eclass: typofix
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
eclass/check-reqs.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index 192d6fa740d..a45cbd15fee 100644
--- a/eclass/check-reqs.eclass
+++ b/eclass/check-reqs.eclass
@@ -1,4 +1,4 @@
-# Copyright 2004-2019 Gentoo Authors
+# Copyright 2004-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: check-reqs.eclass
@@ -109,7 +109,7 @@ check-reqs_prepare() {
-z ${CHECKREQS_DISK_VAR} ]]; then
eerror "Set some check-reqs eclass variables if you want to use
it."
eerror "If you are user and see this message file a bug against
the package."
- die "${FUNCNAME}: check-reqs eclass called but not actualy
used!"
+ die "${FUNCNAME}: check-reqs eclass called but not actually
used!"
fi
}