Browse Source

Fixing minor typos

Val Markovic 9 years ago
parent
commit
0187c6df5b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      ci/appveyor/appveyor_install.bat

+ 1 - 1
README.md

@@ -324,7 +324,7 @@ that you know how to add an executable to the PATH environment variable.
 
 Make sure you have at least Vim 7.3.598 with python2 or python3 support. You can
 check the version by typing `:version` inside Vim. Take note of the Vim
-architecture, i.e.  32 or 64-bit. It will be important when choosing the python2
+architecture, i.e. 32 or 64-bit. It will be important when choosing the python2
 installer. We recommend using a 64-bit client. Don't worry, [a frequently
 updated copy of 64-bit Vim][vim64-win-download] is available.
 

+ 1 - 1
ci/appveyor/appveyor_install.bat

@@ -16,7 +16,7 @@ if %arch% == 32 (
 set PATH=%python_path%;%python_path%\Scripts;%PATH%
 python --version
 
-:: When using Python 3 on AppVeyor, CMake will always pick the 64 bits
+:: When using Python 3 on AppVeyor, CMake will always pick the 64 bit
 :: libraries. We specifically tell CMake the right path to the libraries
 :: according to the architecture.
 if %python% == 35 (