]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libuuid: fix typo in uuid_compare manpage
authorPetr Uzel <petr.uzel@suse.cz>
Tue, 24 Apr 2012 08:20:58 +0000 (10:20 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 27 Apr 2012 10:30:42 +0000 (12:30 +0200)
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
libuuid/man/uuid_compare.3

index e748eac1505d3d8e4d52c46cbc225dab19b2ef2f..9300c51f2f3294742ca2a1cc8d2e4a5be38ccd8c 100644 (file)
@@ -47,7 +47,7 @@ to each other.
 .SH RETURN VALUE
 Returns an integer less than, equal to, or greater than zero if
 .I uu1
-is found,  respectively, to be lexigraphically less than, equal, or
+is found,  respectively, to be lexicographically less than, equal, or
 greater than
 .IR uu2 .
 .SH AUTHOR