fix a little typo

This commit is contained in:
Benjamin Peterson 2008-08-19 19:27:53 +00:00
parent 0ad5ae02af
commit 6b094a4258

View file

@ -19,7 +19,7 @@ functions and constants
*Note: PC/pyconfig.h defines copysign as _copysign *Note: PC/pyconfig.h defines copysign as _copysign
*/ */
#ifndef HAVE_COPYSIGN #ifndef HAVE_COPYSIGN
extern double copysign(doube, double); extern double copysign(double, double);
#endif #endif
#ifndef HAVE_ACOSH #ifndef HAVE_ACOSH