Skip to content

Commit 9852c29

Browse files
committed
fix-up typo
1 parent 35f45d1 commit 9852c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ after_success:
2020
- bash <(curl -s https://codecov.io/bash)
2121
notifications:
2222
webhooks: https://www.travisbuddy.com/
23-
on_success: never # travisbuddy don't comment on successfull
23+
on_success: never # travisbuddy don't comment on successful

Diff for: hack/jenkins/installers/check_install_golang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ INSTALL_PATH=${2}
2828
# installs or updates golang if right version doesn't exists
2929
function check_and_install_golang() {
3030
if ! go version &>/dev/null; then
31-
echo "WARNING: No golang installation found in your enviroment."
31+
echo "WARNING: No golang installation found in your environment."
3232
install_golang "$VERSION_TO_INSTALL" "$INSTALL_PATH"
3333
return
3434
fi

0 commit comments

Comments
 (0)