commit: 86cbd9b7794476462daa58ef10e93b0f93292b12
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 10:20:01 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 10:20:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86cbd9b7
eclass/git-r3.eclass: Typo
eclass/git-r3.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index ee6050c3cdd..2e3983ecc8b 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.eclass
@@ -574,7 +574,7 @@ git-r3_fetch() {
for r in "${repos[@]}"; do
if [[ ${r} == git:* || ${r} == http:* ]]; then
ewarn "git-r3: ${r%%:*} protocol is completely unsecure
and may render the ebuild"
- ewarn "easily suspectible to MITM attacks (even if used
only as fallback). Please"
+ ewarn "easily susceptible to MITM attacks (even if used
only as fallback). Please"
ewarn "use https instead."
ewarn "[URI: ${r}]"
fi