Skip to content

Commit

Permalink
Fix a typo: intepreter -> interpreter (gevent#980)
Browse files Browse the repository at this point in the history
In a comment. [skip ci]
  • Loading branch information
felixonmars authored and jamadden committed Jun 12, 2017
1 parent 14b28c6 commit 7713d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 7713d11

Please sign in to comment.