commit:     93edb34a4a391935ed50ffd8c0113f58c6497678
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 19:29:07 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 19:29:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93edb34a

check-reqs.eclass: Fix message typo

 eclass/check-reqs.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index edf60cf..d685f1f 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}

Reply via email to