summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2002-07-04 08:36:53 +0000
committerThomas Heller <theller@ctypes.org>2002-07-04 08:36:53 +0000
commit291e9ee3415902576d681685ab9500c001938055 (patch)
treedcc309272784939086a3bf6bcc9069177679f351
parentb1af86a1d7ada842ede1d5ea02a9a04f3939b8ca (diff)
downloadcpython-git-291e9ee3415902576d681685ab9500c001938055.tar.gz
Fix a typo.
-rw-r--r--Doc/ext/windows.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/windows.tex b/Doc/ext/windows.tex
index f3279d6423..5f7c9470f2 100644
--- a/Doc/ext/windows.tex
+++ b/Doc/ext/windows.tex
@@ -110,7 +110,7 @@ Hello, world
extension module.
\item
- \strong{Cretating your own project}\\
+ \strong{Creating your own project}\\
Choose a name and create a directory for it. Copy your C sources
into it. Note that the module source file name does not
necessarily have to match the module name, but the name of the