From: Walter Dörwald Date: Wed, 30 Nov 2005 20:16:17 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.5a0~1086 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51490ace7e706e758e3d55f7e432ae48319834c2;p=python Fix typo. --- diff --git a/PC/pyconfig.h b/PC/pyconfig.h index dcfc36c935..33777dc6a7 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. */