diff --git a/scripts/tx-pull-source.sh b/scripts/tx-pull-source.sh index 6de0aa370..247ca5a82 100755 --- a/scripts/tx-pull-source.sh +++ b/scripts/tx-pull-source.sh @@ -1,4 +1,4 @@ tx pull -l en mv res/values-en/strings.xml res/values/strings.xml rmdir res/values-en -./scrips/check-translations.sh +./scripts/check-translations.sh diff --git a/scripts/tx-update-changed-sources.sh b/scripts/tx-update-changed-sources.sh index d11a6e785..174cfe07b 100755 --- a/scripts/tx-update-changed-sources.sh +++ b/scripts/tx-update-changed-sources.sh @@ -5,9 +5,9 @@ echo "This is done by pulling the translations" echo "and immediately pushing them again together with the source." echo "************************************************************************************" echo "Pushing translations is POTENTIALLY HARMFUL so this script should be used with care." -echo "In most cases, just use ./scrips/tx-push-translations.sh which is safer." +echo "In most cases, just use ./scripts/tx-push-translations.sh which is safer." echo "************************************************************************************" read -p "Press ENTER to continue, CTRL-C to abort." tx pull -f tx push -s -t -./scrips/check-translations.sh +./scripts/check-translations.sh diff --git a/scripts/upload-release.sh b/scripts/upload-release.sh index 139460f69..3cf036fb5 100755 --- a/scripts/upload-release.sh +++ b/scripts/upload-release.sh @@ -5,7 +5,7 @@ if [ -z "$VERSION" ]; then echo "this script uploads apk and symbols to get.delta.chat" echo "the script does not upload things to gplay or other stores." echo "" - echo "usage: ./scrips/upload-release.sh " + echo "usage: ./scripts/upload-release.sh " exit fi if [[ ${VERSION:0:1} == "v" ]]; then