summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-08-19 19:27:53 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-08-19 19:27:53 (GMT)
commit6b094a42585ebd6a08bd7e9a0814b06e38e77ac6 (patch)
tree95749fa66b6ce151fb100a757e748d96109cb7a6 /Include
parent0ad5ae02af093ad2aa6e97b9eb503efb58e52fcc (diff)
downloadcpython-6b094a42585ebd6a08bd7e9a0814b06e38e77ac6.zip
cpython-6b094a42585ebd6a08bd7e9a0814b06e38e77ac6.tar.gz
cpython-6b094a42585ebd6a08bd7e9a0814b06e38e77ac6.tar.bz2
fix a little typo
Diffstat (limited to 'Include')
-rw-r--r--Include/pymath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pymath.h b/Include/pymath.h
index a3735c2..7cea9ae 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