aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-03-16 14:17:34 +0100
committerSam James <sam@gentoo.org>2022-03-16 14:46:08 +0000
commit47753e7ad55a22f24ebfab53a4bb6a03272b7f9f (patch)
treef29df64740c583b53c26cd47aca31b15754cd7c4
parentappendices/editor-configuration: Typo (diff)
downloaddevmanual-47753e7ad55a22f24ebfab53a4bb6a03272b7f9f.tar.gz
devmanual-47753e7ad55a22f24ebfab53a4bb6a03272b7f9f.tar.bz2
devmanual-47753e7ad55a22f24ebfab53a4bb6a03272b7f9f.zip
eclass-writing: fix typo jmake-src_compile -> jmake_src_compile
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/devmanual/pull/277 Signed-off-by: Sam James <sam@gentoo.org>
-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 41976c3..de6c0b2 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -708,7 +708,7 @@ jmake-build() {
jmake dep &amp;&amp; jmake build "$@"
}
-# @FUNCTION: jmake-src_compile
+# @FUNCTION: jmake_src_compile
# @DESCRIPTION:
# Calls jmake-configure() and jmake-build() to compile a jmake project.
jmake_src_compile() {