diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:46:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:36:14 +0200 |
commit | a7241d60c477e8117dcd3794977e16fd7b32ae0a (patch) | |
tree | c33e8ed11829453cc6b001a61ecc9827b64186e2 /eclass/waf-utils.eclass | |
parent | virtualx.eclass: fix spelling (diff) | |
download | gentoo-a7241d60c477e8117dcd3794977e16fd7b32ae0a.tar.gz gentoo-a7241d60c477e8117dcd3794977e16fd7b32ae0a.tar.bz2 gentoo-a7241d60c477e8117dcd3794977e16fd7b32ae0a.zip |
waf-utils.eclass: fix spelling
Thanks to codespell.
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/waf-utils.eclass')
-rw-r--r-- | eclass/waf-utils.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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" |