doc: fix typo
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 25 Jan 2010 21:10:31 +0000 (22:10 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 26 Jan 2010 12:12:42 +0000 (13:12 +0100)
doc/user.pod

index 177e921..9a967ea 100644 (file)
@@ -498,7 +498,7 @@ and return an identity relation between two such sets.
 
 These functions take a dimension specification for a B<set>
 and return relations that express that the elements in the domain
-are lexicograhically less
+are lexicographically less
 (C<isl_map_lex_lt>), less or equal (C<isl_map_lex_le>),
 greater (C<isl_map_lex_gt>) or greater or equal (C<isl_map_lex_ge>)
 than the elements in the range.