Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@××××××××××.edu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/
Date: Sat, 30 Apr 2016 03:09:10
Message-Id: 1461984611.8cdab91359e7bb9112720d1df1dde92409ab2348.gokturk@gentoo
1 commit: 8cdab91359e7bb9112720d1df1dde92409ab2348
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 31 12:36:07 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
5 CommitDate: Sat Apr 30 02:50:11 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=8cdab913
7
8 ebuild-writing/eapi/text: fix typo: s/inform/informs/
9
10 ebuild-writing/eapi/text.xml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
14 index 8045b28..aaa7033 100644
15 --- a/ebuild-writing/eapi/text.xml
16 +++ b/ebuild-writing/eapi/text.xml
17 @@ -14,7 +14,7 @@ down and agreed upon.
18
19 <p>
20 EAPI is a version defined in ebuilds and other package manager related files
21 -which inform the package manager about the file syntax and content. It is,
22 +which informs the package manager about the file syntax and content. It is,
23 in effect, the version of the package manager specification (PMS) that the
24 file adheres to.
25 </p>