check-reqs.eclass: typofix
authorJoonas Niilola <juippis@gentoo.org>
Sat, 21 Mar 2020 13:35:41 +0000 (15:35 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Sat, 21 Mar 2020 16:12:56 +0000 (18:12 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
eclass/check-reqs.eclass

index 192d6fa740dc5026b42ffc1e4e8085404df54978..a45cbd15fee74e1e3d37dc26520eeab75a7d1d48 100644 (file)
@@ -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
 }