]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 30 Nov 2005 20:16:17 +0000 (20:16 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 30 Nov 2005 20:16:17 +0000 (20:16 +0000)
PC/pyconfig.h

index dcfc36c935e997e230dac1d182f2b10372105ff0..33777dc6a7049b1c8d69f937e59320eacabb2925 100644 (file)
@@ -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. */