diff --git a/scripts/test/appveyor-irc-notify.py b/scripts/test/appveyor-irc-notify.py
index b06534c3fe3b96400f34b377d7db6873537cbf87..59514bebed1a006ff25e3902ee136995e51e64b1 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([