diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-09-01 12:20:01 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-09-01 12:20:01 +0200 |
commit | 86cbd9b7794476462daa58ef10e93b0f93292b12 (patch) | |
tree | a232a52f442e7d1bf11443af5cabe37d051e06ad /eclass/git-r3.eclass | |
parent | sys-apps/agedu: version bump to 20170831 (diff) | |
download | gentoo-86cbd9b7794476462daa58ef10e93b0f93292b12.tar.gz gentoo-86cbd9b7794476462daa58ef10e93b0f93292b12.tar.bz2 gentoo-86cbd9b7794476462daa58ef10e93b0f93292b12.zip |
eclass/git-r3.eclass: Typo
Diffstat (limited to 'eclass/git-r3.eclass')
-rw-r--r-- | eclass/git-r3.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index ee6050c3cdd2..2e3983ecc8ba 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 |