]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix a little typo
authorBenjamin Peterson <benjamin@python.org>
Tue, 19 Aug 2008 19:27:53 +0000 (19:27 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 19 Aug 2008 19:27:53 +0000 (19:27 +0000)
Include/pymath.h

index a3735c228606a258e95e6087b40e1fe12cd000b3..7cea9ae22f443ee1d7a25e8d5cf920afc97b180d 100644 (file)
@@ -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