Gentoo Archives: gentoo-dev

From: Julian Ospald <hasufell@g.o>
To: gentoo-dev@l.g.o
Cc: devmanual@g.o, Julian Ospald <hasufell@g.o>
Subject: [gentoo-dev] [PATCH 2/2] Fix spelling
Date: Wed, 25 Feb 2015 15:36:27
Message-Id: 1424878476-6011-3-git-send-email-hasufell@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/2] devmanual patches by Julian Ospald
1 ---
2 ebuild-writing/using-eclasses/text.xml | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/ebuild-writing/using-eclasses/text.xml b/ebuild-writing/using-eclasses/text.xml
6 index 49ec23b..b54f559 100644
7 --- a/ebuild-writing/using-eclasses/text.xml
8 +++ b/ebuild-writing/using-eclasses/text.xml
9 @@ -34,7 +34,7 @@ As an example: if you use <c>epatch</c> in your ebuild, you <b>must</b>
10 inherit <c>eutils.eclass</c> directly, even if another eclass (like distutils-r1)
11 already inherits it. Exceptions to this policy must be discussed and documented.
12 </warning>
13 -<p>Here'san example ebuild, <c>foomatic-0.1-r2.ebuild</c>, which uses four eclasses:
14 +<p>Here's an example ebuild, <c>foomatic-0.1-r2.ebuild</c>, which uses four eclasses:
15 </p>
16
17 <codesample lang="ebuild">
18 --
19 2.2.1