diff --git a/scripts/testing/e2e-runner b/scripts/testing/e2e-runner index f40b8b900..281f6a36a 100755 --- a/scripts/testing/e2e-runner +++ b/scripts/testing/e2e-runner @@ -55,7 +55,7 @@ usage() { echo " --source-proxies source proxy environment variables from file" echo " --remote|r remote repository to clone/fetch from" echo " --branch|-b name of the remote branch to test" - echo " --local|-l local directory to clone remote respository into" + echo " --local|-l local directory to clone remote repository into" echo " --results|--out|-o top-level directory for publishing results" echo " --name|-n subdirectory for results of this run" echo " --skip-worktree skip worktree preparation, assume already done" @@ -112,7 +112,7 @@ source_proxies() { for var in http_proxy https_proxy no_proxy HTTP_PROXY HTTPS_PROXY NO_PROXY; do if [ -n "${!var}" ]; then - info "exporting proxy envrionment variable $var (with value ${!var})..." + info "exporting proxy environment variable $var (with value ${!var})..." export $var fi done