summaryrefslogtreecommitdiff
path: root/man/sd-id128.xml
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2012-07-07 13:09:18 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-09 15:58:15 +0200
commit40b90434832c373c1394bc502523bee39c279c24 (patch)
tree875a11ed823737dd3f521be7ec18abb833574bae /man/sd-id128.xml
parentbfc79e342f7f419adf10cfefd3b27b3af656db0d (diff)
man/sd-id128: Fix endian*n*ess
At least Wikipedia writes it that way [1]. [1] https://en.wikipedia.org/wiki/Endianness
Diffstat (limited to 'man/sd-id128.xml')
-rw-r--r--man/sd-id128.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd-id128.xml b/man/sd-id128.xml
index db664f8c77..ea4e3a4fde 100644
--- a/man/sd-id128.xml
+++ b/man/sd-id128.xml
@@ -94,7 +94,7 @@
<para>This union type allows accessing the 128 bit ID
as 16 separate bytes or two 64 bit words. It is generally
safer to access the ID components by their 8 bit array
- to avoid endianess issues. This union is intended to
+ to avoid endianness issues. This union is intended to
be passed call-by-value (as opposed to
call-by-reference) and may be directly manipulated by
clients.</para>