Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 01 Sep 2017 10:20:46
Message-Id: 1504261201.86cbd9b7794476462daa58ef10e93b0f93292b12.jer@gentoo
1 commit: 86cbd9b7794476462daa58ef10e93b0f93292b12
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 1 10:20:01 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 1 10:20:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86cbd9b7
7
8 eclass/git-r3.eclass: Typo
9
10 eclass/git-r3.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
14 index ee6050c3cdd..2e3983ecc8b 100644
15 --- a/eclass/git-r3.eclass
16 +++ b/eclass/git-r3.eclass
17 @@ -574,7 +574,7 @@ git-r3_fetch() {
18 for r in "${repos[@]}"; do
19 if [[ ${r} == git:* || ${r} == http:* ]]; then
20 ewarn "git-r3: ${r%%:*} protocol is completely unsecure and may render the ebuild"
21 - ewarn "easily suspectible to MITM attacks (even if used only as fallback). Please"
22 + ewarn "easily susceptible to MITM attacks (even if used only as fallback). Please"
23 ewarn "use https instead."
24 ewarn "[URI: ${r}]"
25 fi