From: Sebastian Pipping Date: Fri, 18 Sep 2015 19:29:07 +0000 (+0200) Subject: check-reqs.eclass: Fix message typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=93edb34a4a391935ed50ffd8c0113f58c6497678;p=gentoo.git check-reqs.eclass: Fix message typo --- 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}