diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:46:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:36:07 +0200 |
commit | 58fd31f892cd8315d8c67b08cfd1fad64be431b0 (patch) | |
tree | e300a90bf9ecd653e7c8f4c57947b681290d426d /eclass | |
parent | portability.eclass: fix spelling (diff) | |
download | gentoo-58fd31f892cd8315d8c67b08cfd1fad64be431b0.tar.gz gentoo-58fd31f892cd8315d8c67b08cfd1fad64be431b0.tar.bz2 gentoo-58fd31f892cd8315d8c67b08cfd1fad64be431b0.zip |
pypi.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')
-rw-r--r-- | eclass/pypi.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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. # |