diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:45:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:35:52 +0200 |
commit | 5d895eed4f5a14b62bb69c5de5251198f28bf31d (patch) | |
tree | 2863b0502c1aca7a3d814dd03deec520ab3f1828 /eclass | |
parent | cargo.eclass: fix spelling (diff) | |
download | gentoo-5d895eed4f5a14b62bb69c5de5251198f28bf31d.tar.gz gentoo-5d895eed4f5a14b62bb69c5de5251198f28bf31d.tar.bz2 gentoo-5d895eed4f5a14b62bb69c5de5251198f28bf31d.zip |
distutils-r1.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/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 78f53658285e..b5d475c4123b 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -445,7 +445,7 @@ unset -f _distutils_set_globals # This helper is meant for the most common case, that is a single Sphinx # subdirectory with standard layout, building and installing HTML docs # behind USE=doc. It assumes it's the only consumer of the three -# aforementioned functions. If you need to use a custom implemention, +# aforementioned functions. If you need to use a custom implementation, # you can't use it. # # If your package uses additional Sphinx plugins, they should be passed |