Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 02 Jan 2016 10:41:37
Message-Id: 1451731286.57cdb5dcb64665e89db0b278cc9bf0074f1531ab.jlec@gentoo
1 commit: 57cdb5dcb64665e89db0b278cc9bf0074f1531ab
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 08:47:20 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 10:41:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cdb5dc
7
8 check-reqs.eclass: Fix typo
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 eclass/check-reqs.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
16 index 3c98baf..138bfec 100644
17 --- a/eclass/check-reqs.eclass
18 +++ b/eclass/check-reqs.eclass
19 @@ -71,7 +71,7 @@ esac
20
21 # @FUNCTION: check_reqs
22 # @DESCRIPTION:
23 -# Obsolete function executing all the checks and priting out results
24 +# Obsolete function executing all the checks and printing out results
25 check_reqs() {
26 debug-print-function ${FUNCNAME} "$@"