[Python-checkins] cpython: Minor typo fix.

georg.brandl python-checkins at python.org
Sun Oct 28 08:47:09 CET 2012


http://hg.python.org/cpython/rev/be83cbf4a789
changeset:   80003:be83cbf4a789
parent:      80001:6de28ac08dc4
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 28 08:48:28 2012 +0100
summary:
  Minor typo fix.

files:
  Include/pyport.h |  2 +-
  Misc/NEWS        |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Include/pyport.h b/Include/pyport.h
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -866,7 +866,7 @@
 #endif
 
 /*
- * Convenient macros to deal with endianess of the platform. WORDS_BIGENDIAN is
+ * Convenient macros to deal with endianness of the platform. WORDS_BIGENDIAN is
  * detected by configure and defined in pyconfig.h. The code in pyconfig.h
  * also also takes care of Apple's universal builds.
  */
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,7 +20,7 @@
   user that created them, even when the source file is read-only.
 
 - Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
-  endianess detection and handling.
+  endianness detection and handling.
 
 - Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer
   objects.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list