diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-07-01 20:38:27 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-07-01 20:38:27 (GMT) |
commit | f9a4a6eec14f8ea3c15cc66d74250e7d7bce556b (patch) | |
tree | 72cbfaf5b03f2f165dc476ed71d8fb29dc074e57 | |
parent | 1e68827c8fa95d10df3c805e5dd8383b19048b18 (diff) | |
download | cpython-f9a4a6eec14f8ea3c15cc66d74250e7d7bce556b.zip cpython-f9a4a6eec14f8ea3c15cc66d74250e7d7bce556b.tar.gz cpython-f9a4a6eec14f8ea3c15cc66d74250e7d7bce556b.tar.bz2 |
Typo repair.
-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 a0be067..c64267f 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -91,7 +91,7 @@ alpha, beta, final), but to the DEC/COMPAQ Alpha processor. Ignore them if you're not building on an Alpha box. -YOUR OWN EXTENSION DDLs +YOUR OWN EXTENSION DLLs ----------------------- If you want to create your own extension module DLL, there's an example with easy-to-follow instructions in ../PC/example/; read the file |