Commit d0a348ee authored by Andrew Murray's avatar Andrew Murray
Browse files

Fixed typos

parent 93d89407
...@@ -7,7 +7,7 @@ environment: ...@@ -7,7 +7,7 @@ environment:
TEST_DEPENDS: "nose" TEST_DEPENDS: "nose"
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the # 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 # See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C %APPVEYOR_BUILD_FOLDER%\\ci\\appveyor\\windows_sdk.cmd" CMD_IN_ENV: "cmd /E:ON /V:ON /C %APPVEYOR_BUILD_FOLDER%\\ci\\appveyor\\windows_sdk.cmd"
......
...@@ -125,7 +125,7 @@ function build_wheel_cmd { ...@@ -125,7 +125,7 @@ function build_wheel_cmd {
# #
# Parameters: # Parameters:
# cmd (optional, default "pip_wheel_cmd" # cmd (optional, default "pip_wheel_cmd"
# Name of command for builing wheel # Name of command for building wheel
# repo_dir (optional, default $REPO_DIR) # repo_dir (optional, default $REPO_DIR)
# #
# Depends on # Depends on
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment