summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-15 11:13:18 +0000
committerSam James <sam@gentoo.org>2021-02-15 11:13:18 +0000
commit3d5f22794db4ae1f7e40397d5fe7742c52e84426 (patch)
tree97d47264ea0d0d141570fbfa8c1c12c7ae1280dc
parentnet-misc/iputils: fix comment typo (diff)
downloadgentoo-3d5f22794db4ae1f7e40397d5fe7742c52e84426.tar.gz
gentoo-3d5f22794db4ae1f7e40397d5fe7742c52e84426.tar.bz2
gentoo-3d5f22794db4ae1f7e40397d5fe7742c52e84426.zip
distutils-r1.eclass: fix comment typo
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--eclass/distutils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 780becc3ace9..ca2ed98c8e8c 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -88,7 +88,7 @@ esac
# - rdepend -- add it to BDEPEND+RDEPEND (when using entry_points)
# - pyproject.toml -- use pyproject2setuptools to install a project
# using pyproject.toml (flit, poetry...)
-# - manual -- do not add the depedency and suppress the checks
+# - manual -- do not add the dependency and suppress the checks
# (assumes you will take care of doing it correctly)
#
# This variable is effective only if DISTUTILS_OPTIONAL is disabled.