libuuid: fix typo in uuid_compare manpage

Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
This commit is contained in:
Petr Uzel 2012-04-24 10:20:58 +02:00 committed by Karel Zak
parent e958346805
commit e584fa80d7
1 changed files with 1 additions and 1 deletions

View 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