aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2024-04-29 21:37:58 +0200
committerUlrich Müller <ulm@gentoo.org>2024-04-29 21:47:31 +0200
commitf465e69945491f750d1da23ae3793112f3f18a0f (patch)
treef509dd1f219537db97a9d1dfa4c01c4795f48fc7
parentgeneral-concepts/licenses: Licenses must be plain text (diff)
downloaddevmanual-f465e69945491f750d1da23ae3793112f3f18a0f.tar.gz
devmanual-f465e69945491f750d1da23ae3793112f3f18a0f.tar.bz2
devmanual-f465e69945491f750d1da23ae3793112f3f18a0f.zip
ebuild-writing/functions/src_prepare/eapply: fix typo
Signed-off-by: Louis Sautier <sbraz@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-writing/functions/src_prepare/eapply/text.xml2
1 files changed, 1 insertions, 1 deletions
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.