diff --git a/appveyor.yml b/appveyor.yml
index bcbf0b009283fade2ef074884b81cb7898baa43d..33a220b127c07004f485303efbdb612e8b3c8f19 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,7 +41,7 @@ install:
     Write-Output "Compiler: $env:compiler"
     Write-Output "Generator: $env:generator"
     Write-Output "Env:Configuation: $env:configuration"
-    Write-Outpit "Env: $env"
+    Write-Output "Env: $env"
     if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) {
       Write-Output "This is *NOT* a pull request build"
     } else {