aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-16 14:47:21 +0000
committerSam James <sam@gentoo.org>2022-03-16 14:47:21 +0000
commit59ae980db874417e300bd2b9ca57dffcaba12087 (patch)
tree5298eabc1743dfce78d48854763c1688d9ae4f6c /eclass-writing
parenteclass-writing: fix typo jmake-src_compile -> jmake_src_compile (diff)
downloaddevmanual-59ae980db874417e300bd2b9ca57dffcaba12087.tar.gz
devmanual-59ae980db874417e300bd2b9ca57dffcaba12087.tar.bz2
devmanual-59ae980db874417e300bd2b9ca57dffcaba12087.zip
eclass-writing: tweak confusing typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass-writing')
-rw-r--r--eclass-writing/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index de6c0b2..5378184 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -728,7 +728,7 @@ jmake_src_compile() {
Sometimes an eclass is used incorrectly by an ebuild and the eclass
knows it is being used incorrectly <d/> the common example is an
eclass that only works with a specific set of EAPIs, but is being
-accessed inherited by an ebuild with a different EAPI.
+accessed (inherited) by an ebuild with a different EAPI.
In those cases, used sparingly as a last resort, it is allowed
for an eclass to invoke die from the global scope. For example:
</p>