# HG changeset patch # User Felix Yan <felixonmars@archlinux.org> # Date 1536096421 -28800 # Wed Sep 05 05:27:01 2018 +0800 # Node ID dc3b4d35a4ff65346c74cb00a22b7fad6f6a44cc # Parent d388a181422e038433375c70ed9f85e87c75c7e9 Fix a typo in appveyor.yml diff --git a/appveyor.yml b/appveyor.yml --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ global: # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the - # /E:ON and /V:ON options are not enabled in the batch script intepreter + # /E:ON and /V:ON options are not enabled in the batch script interpreter # See: http://stackoverflow.com/a/13751649/163740 WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"