From 1d2576dbf07e50242cb8eb2362e2289691e80915 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 25 May 2006 16:23:15 +0000 Subject: Fix comment typos --- Include/pyport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/pyport.h b/Include/pyport.h index 66726e8..0c383d3 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -297,7 +297,7 @@ extern "C" { /* Py_IS_INFINITY(X) * Return 1 if float or double arg is an infinity, else 0. - * This some archicetcures (windows) have intrisics for this, so a special + * Some architectures (Windows) have intrisics for this, so a special * macro for this particular test is useful */ #ifndef Py_IS_FINITE -- cgit v0.12