From: Benjamin Peterson Date: Tue, 19 Aug 2008 19:27:53 +0000 (+0000) Subject: fix a little typo X-Git-Tag: v2.6b3~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b094a42585ebd6a08bd7e9a0814b06e38e77ac6;p=thirdparty%2FPython%2Fcpython.git fix a little typo --- diff --git a/Include/pymath.h b/Include/pymath.h index a3735c228606..7cea9ae22f44 100644 --- a/Include/pymath.h +++ b/Include/pymath.h @@ -19,7 +19,7 @@ functions and constants *Note: PC/pyconfig.h defines copysign as _copysign */ #ifndef HAVE_COPYSIGN -extern double copysign(doube, double); +extern double copysign(double, double); #endif #ifndef HAVE_ACOSH