commit:     a7241d60c477e8117dcd3794977e16fd7b32ae0a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 03:46:57 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 11:36:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7241d60

waf-utils.eclass: fix spelling

Thanks to codespell.

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 eclass/waf-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
index 88b822cb335e..e2a23e66b9cc 100644
--- a/eclass/waf-utils.eclass
+++ b/eclass/waf-utils.eclass
@@ -67,7 +67,7 @@ waf-utils_src_configure() {
                fi
 
                if [[ ${PYTHON_REQ_USE} != *threads* ]]; then
-                       eerror "Waf requires threading support in Python. To 
accomodate this requirement,"
+                       eerror "Waf requires threading support in Python. To 
accommodate this requirement,"
                        eerror "please add 'threads(+)' to PYTHON_REQ_USE 
variable (above inherit line)."
                        eerror "For more information and examples, please see:"
                        eerror "    
https://wiki.gentoo.org/wiki/Project:Python/waf-utils_integration";

Reply via email to