diff options
author | teor <teor@torproject.org> | 2018-07-31 11:49:11 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-07-31 11:49:11 +1000 |
commit | 02a45b3ea478b8295a3e15a0a301ce902fba0227 (patch) | |
tree | adb56cdb03a52616ffe18fcbbdf4fd8c1604dbf1 /scripts/test | |
parent | 019c31bbf8a7aff9e99c8e373daa4d0f4102d1a4 (diff) | |
download | tor-02a45b3ea478b8295a3e15a0a301ce902fba0227.tar.gz tor-02a45b3ea478b8295a3e15a0a301ce902fba0227.zip |
Appveyor CI: fix some typos
Diffstat (limited to 'scripts/test')
-rw-r--r-- | scripts/test/appveyor-irc-notify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test/appveyor-irc-notify.py b/scripts/test/appveyor-irc-notify.py index b06534c3fe..59514bebed 100644 --- a/scripts/test/appveyor-irc-notify.py +++ b/scripts/test/appveyor-irc-notify.py @@ -55,7 +55,7 @@ export APPVEYOR_URL=https://ci.appveyor.com export APPVEYOR_PROJECT_NAME=tor export APPVEYOR_REPO_COMMIT_AUTHOR=isislovecruft export APPVEYOR_REPO_COMMIT_TIMESTAMP=2018-04-23 -export APPVEYOR_REPO_PROVIDER=gihub +export APPVEYOR_REPO_PROVIDER=github export APPVEYOR_REPO_BRANCH=repo_branch export APPVEYOR_PULL_REQUEST_TITLE=pull_request_title export APPVEYOR_BUILD_VERSION=1 @@ -88,7 +88,7 @@ import time def appveyor_vars(): """ - Return a dict of key value carfted from appveyor environment variables. + Return a dict of key value crafted from appveyor environment variables. """ vars = dict([ |