doc: fix typos
authorSebastian Pop <sebpop@gmail.com>
Wed, 3 Aug 2011 01:13:33 +0000 (20:13 -0500)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 3 Aug 2011 07:12:36 +0000 (09:12 +0200)
Signed-off-by: Sebastian Pop <sebpop@gmail.com>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod

index 2a3dbf7..caab269 100644 (file)
@@ -387,7 +387,7 @@ object rather than the object itself.
 The user is then responsible for making sure that the original
 object gets used somewhere else or is explicitly freed.
 
-The arguments and return values of all documents functions are
+The arguments and return values of all documented functions are
 annotated to make clear which arguments are released and which
 arguments are preserved.  In particular, the following annotations
 are used
@@ -415,7 +415,7 @@ returning an C<__isl_give> pointer.
 If the user passes in a C<NULL> value, then this will
 be treated as an error in the sense that the function will
 not perform its usual operation.  However, it will still
-make sure that all the the other C<__isl_take> arguments
+make sure that all the other C<__isl_take> arguments
 are released.
 
 =item C<__isl_keep>