From 6b094a42585ebd6a08bd7e9a0814b06e38e77ac6 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 19 Aug 2008 19:27:53 +0000 Subject: [PATCH] fix a little typo --- Include/pymath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/pymath.h b/Include/pymath.h index a3735c22860..7cea9ae22f4 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