Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Tue, 30 Mar 2021 16:10:12
Message-Id: 1617120055.74c5a670a8e25b07893ee7533e69259cbe806e6d.ulm@gentoo
1 commit: 74c5a670a8e25b07893ee7533e69259cbe806e6d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 09:56:41 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 16:00:55 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=74c5a670
7
8 ebuild-writing/common-mistakes: fix 1st->3rd person per style
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-writing/common-mistakes/text.xml | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
17 index b178209..d77b143 100644
18 --- a/ebuild-writing/common-mistakes/text.xml
19 +++ b/ebuild-writing/common-mistakes/text.xml
20 @@ -409,9 +409,8 @@ the guidelines to use TABS rather than spaces. So <e>please</e> use tabs!
21 <body>
22
23 <p>
24 -I'm often guilty of this. Remember to run <c>repoman</c> or <c>pkgcheck</c>
25 -over your ebuilds so it can tell you if there is trailing whitespace at the end
26 -of lines or on empty lines.
27 +Remember to run <c>repoman</c> or <c>pkgcheck</c> over your ebuilds so it can
28 +tell you if there is trailing whitespace at the end of lines or on empty lines.
29 </p>
30
31 </body>