From 76e268bb62000eafcee3dcd009c877d84b18b9a3 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Fri, 14 Jul 2006 21:45:48 +0000 Subject: typo --- Doc/lib/libsys.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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} -- cgit v0.12