autotools.eclass: fix typo for clarify.
authorRobin H. Johnson <robbat2@gentoo.org>
Wed, 4 Oct 2017 19:27:34 +0000 (12:27 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Wed, 4 Oct 2017 19:30:10 +0000 (12:30 -0700)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
eclass/autotools.eclass

index 2710bf827b69441a3cc6ce1750ad1254c2d3bdf4..8027fdc1753d8edb71bf5efebc13dedbed3c3566 100644 (file)
@@ -110,7 +110,7 @@ RDEPEND=""
 # @ECLASS-VARIABLE: AUTOTOOLS_AUTO_DEPEND
 # @DESCRIPTION:
 # Set to 'no' to disable automatically adding to DEPEND.  This lets
-# ebuilds former conditional depends by using ${AUTOTOOLS_DEPEND} in
+# ebuilds form conditional depends by using ${AUTOTOOLS_DEPEND} in
 # their own DEPEND string.
 : ${AUTOTOOLS_AUTO_DEPEND:=yes}
 if [[ ${AUTOTOOLS_AUTO_DEPEND} != "no" ]] ; then