From 7713d1110df897703857a24aa21c97ab9b8124dd Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 12 Jun 2017 09:01:47 -0500 Subject: [PATCH] Fix a typo: intepreter -> interpreter (#980) In a comment. [skip ci] --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 95f793984..014007818 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: 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 CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"