summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-03-21 15:35:41 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-03-21 18:12:56 +0200
commit5bb9e69839a2ed7a4d8e7c9c2a1a19d727a645d7 (patch)
tree974db06b424ab43ace8a9b2ab76b5645ab86794b /eclass/check-reqs.eclass
parentgnome-extra/gnome-shell-extension-dash-to-panel: Drop old (diff)
downloadgentoo-5bb9e69839a2ed7a4d8e7c9c2a1a19d727a645d7.tar.gz
gentoo-5bb9e69839a2ed7a4d8e7c9c2a1a19d727a645d7.tar.bz2
gentoo-5bb9e69839a2ed7a4d8e7c9c2a1a19d727a645d7.zip
check-reqs.eclass: typofix
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'eclass/check-reqs.eclass')
-rw-r--r--eclass/check-reqs.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index 192d6fa740dc..a45cbd15fee7 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
}