Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/postgresql/eselect:master commit in: /
Date: Tue, 18 Apr 2017 19:44:04
Message-Id: 1470697192.26ee12a9a78bc299518b7151c14b4f89f4d16cbc.titanofold@gentoo
1 commit: 26ee12a9a78bc299518b7151c14b4f89f4d16cbc
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 8 22:59:52 2016 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 22:59:52 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/postgresql/eselect.git/commit/?id=26ee12a9
7
8 Fix typo
9
10 Whoa, can’t believe I let that go for so long.
11
12 postgresql.eselect | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/postgresql.eselect b/postgresql.eselect
16 index 2d4b84c..9bb009a 100644
17 --- a/postgresql.eselect
18 +++ b/postgresql.eselect
19 @@ -233,7 +233,7 @@ do_set() {
20 "${USR_PATH}"/include/postgresql-${SLOT}/postgres_ext.h
21 )
22
23 - # The linker function cannot accomadate this special purpose.
24 + # The linker function cannot accommodate this special purpose.
25 local rel_source
26 local i
27 for (( i=0; $i < ${#include_sources[@]}; i++ )) ; do