commit | 76e268bb62000eafcee3dcd009c877d84b18b9a3 | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Fri Jul 14 21:45:48 2006 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Fri Jul 14 21:45:48 2006 +0000 |
tree | 9a87faef5605ef3f72e5b23a7185eaaf53bbd514 | |
parent | b69a3c2bda7725e5266b7a134aec003a2667e374 [diff] |
typo
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index d55aac3..bd496fe 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex
@@ -21,7 +21,7 @@ \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}