commit: 58fd31f892cd8315d8c67b08cfd1fad64be431b0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 24 03:46:26 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 11:36:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58fd31f8
pypi.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/pypi.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index d869a8c17a6c..13dd56fa4fec 100644 --- a/eclass/pypi.eclass +++ b/eclass/pypi.eclass @@ -53,7 +53,7 @@ _PYPI_ECLASS=1 # @ECLASS_VARIABLE: PYPI_PN # @PRE_INHERIT # @DESCRIPTION: -# The PyPI project name. This should be overriden scarcely, generally +# The PyPI project name. This should be overridden scarcely, generally # when upstream project name does not conform to Gentoo naming rules, # e.g. when it contains dots or uppercase letters. #