check-reqs.eclass: Fix message typo
authorSebastian Pipping <sping@gentoo.org>
Fri, 18 Sep 2015 19:29:07 +0000 (21:29 +0200)
committerSebastian Pipping <sping@gentoo.org>
Fri, 18 Sep 2015 19:29:15 +0000 (21:29 +0200)
eclass/check-reqs.eclass

index edf60cfabf5d9332c06330aec3b0f847ec09b3be..d685f1f760fd85fafc97055e71e398323a4728c6 100644 (file)
@@ -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}