commit: f465e69945491f750d1da23ae3793112f3f18a0f
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 19:37:58 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 19:47:31 2024 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f465e699
ebuild-writing/functions/src_prepare/eapply: fix typo
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
ebuild-writing/functions/src_prepare/eapply/text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebuild-writing/functions/src_prepare/eapply/text.xml
b/ebuild-writing/functions/src_prepare/eapply/text.xml
index 74295ee..97f4445 100644
--- a/ebuild-writing/functions/src_prepare/eapply/text.xml
+++ b/ebuild-writing/functions/src_prepare/eapply/text.xml
@@ -28,7 +28,7 @@ filename begins with a hyphen.
<ul>
<li>
- If an argument is a regular file, it will be applied it in the working
+ If an argument is a regular file, it will be applied in the working
directory by calling GNU <c>patch</c> with patch level <c>-p1</c>.
Specifying an explicit <c>-p<e>N</e></c> option will override the default
patch level.