summaryrefslogtreecommitdiffstats
path: root/PC/pyconfig.h
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2005-11-30 20:16:17 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2005-11-30 20:16:17 (GMT)
commit51490ace7e706e758e3d55f7e432ae48319834c2 (patch)
tree26c05c0572f7ea848d7df90268648a39a371fba3 /PC/pyconfig.h
parentf91de8e518cb2323d4d458ad078c3cbad6a9e94c (diff)
downloadcpython-51490ace7e706e758e3d55f7e432ae48319834c2.zip
cpython-51490ace7e706e758e3d55f7e432ae48319834c2.tar.gz
cpython-51490ace7e706e758e3d55f7e432ae48319834c2.tar.bz2
Fix typo.
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r--PC/pyconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index dcfc36c..33777dc 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -29,7 +29,7 @@ MS_CORE_DLL.
/* Visual Studio 2005 introduces deprecation warnings for
"insecure" and POSIX functions. The insecure functions should
- be replaces by *_s versions (according to Microsoft); the
+ be replaced by *_s versions (according to Microsoft); the
POSIX functions by _* versions (which, according to Microsoft,
would be ISO C conforming). Neither renaming is feasible, so
we just silence the warnings. */