From 93edb34a4a391935ed50ffd8c0113f58c6497678 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 18 Sep 2015 21:29:07 +0200 Subject: check-reqs.eclass: Fix message typo --- eclass/check-reqs.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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} -- cgit v1.2.3-65-gdbad