Skip to content

Commit

Permalink
eclass/git-r3.eclass: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Roovers committed Sep 1, 2017
1 parent 230bf97 commit 86cbd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/git-r3.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86cbd9b

Please sign in to comment.