From: Fredrik Lundh Date: Fri, 14 Jul 2006 21:45:48 +0000 (+0000) Subject: typo X-Git-Tag: v2.5b3~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76e268bb62000eafcee3dcd009c877d84b18b9a3;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index d55aac3eff58..bd496fe70d4a 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -21,7 +21,7 @@ It is always available. \begin{datadesc}{byteorder} An indicator of the native byte order. This will have the value - \code{'big'} on big-endian (most-signigicant byte first) platforms, + \code{'big'} on big-endian (most-significant byte first) platforms, and \code{'little'} on little-endian (least-significant byte first) platforms. \versionadded{2.0}