diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:56:09 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 13:56:09 (GMT) |
commit | 419e23cbb07a624609a219919eaecd3c61d8e9b4 (patch) | |
tree | 164360b1ac41a74ba86a16d8918770540d06c641 /PCbuild | |
parent | 5dd99ebbc25ac0e182cb00ac4c67aef8d32a6755 (diff) | |
download | cpython-419e23cbb07a624609a219919eaecd3c61d8e9b4.zip cpython-419e23cbb07a624609a219919eaecd3c61d8e9b4.tar.gz cpython-419e23cbb07a624609a219919eaecd3c61d8e9b4.tar.bz2 |
#18466: fix more typos. Patch by Févry Thibault.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 3395aac..00b50ec 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -262,7 +262,7 @@ SDK, in particular the 64-bit support. This includes an Itanium compiler In addition, you need the Visual Studio plugin for external C compilers, from http://sf.net/projects/vsextcomp. The plugin will wrap cl.exe, to locate the proper target compiler, and convert compiler options -accordingly. The project files require atleast version 0.9. +accordingly. The project files require at least version 0.9. Building for AMD64 ------------------ |