doc: fix typo
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 23 Jun 2013 18:22:29 +0000 (20:22 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 23 Jun 2013 18:22:29 +0000 (20:22 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod

index 06609fc..1815c17 100644 (file)
@@ -555,7 +555,7 @@ In previous versions of C<isl>, integers were represented
 in the external interface using the C<isl_int> type.
 This type has now been superseded by C<isl_val>.
 The C<isl_int> type will be removed from the external interface
-in future releases.  New code should should not use C<isl_int>.
+in future releases.  New code should not use C<isl_int>.
 
 The operations below are currently available on C<isl_int>s.
 The meanings of these operations are essentially the same