summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2015-09-18 21:29:07 +0200
committerSebastian Pipping <sping@gentoo.org>2015-09-18 21:29:15 +0200
commit93edb34a4a391935ed50ffd8c0113f58c6497678 (patch)
tree2180b125fce6c78e4bebbd58d6069aa2eb311cb5 /eclass
parentsys-kernel/vanilla-sources: Linux patch 3.12.48. Remove old. (diff)
downloadgentoo-93edb34a4a391935ed50ffd8c0113f58c6497678.tar.gz
gentoo-93edb34a4a391935ed50ffd8c0113f58c6497678.tar.bz2
gentoo-93edb34a4a391935ed50ffd8c0113f58c6497678.zip
check-reqs.eclass: Fix message typo
Diffstat (limited to 'eclass')
-rw-r--r--eclass/check-reqs.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index edf60cfabf5d..d685f1f760fd 100644
--- a/eclass/check-reqs.eclass
+++ b/eclass/check-reqs.eclass
@@ -233,7 +233,7 @@ check-reqs_output() {
[[ ${EBUILD_PHASE} == "pretend" && -z ${I_KNOW_WHAT_I_AM_DOING} ]] && msg="eerror"
if [[ -n ${CHECKREQS_FAILED} ]]; then
${msg}
- ${msg} "Space constrains set in the ebuild were not met!"
+ ${msg} "Space constraints set in the ebuild were not met!"
${msg} "The build will most probably fail, you should enhance the space"
${msg} "as per failed tests."
${msg}