doc: fix typo
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 14 Jun 2010 12:33:51 +0000 (14:33 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 14 Jun 2010 12:33:51 +0000 (14:33 +0200)
doc/user.pod

index 963a6ee..ff7840b 100644 (file)
@@ -1266,7 +1266,7 @@ maps C<x> to C<1 + n - x> for values of C<x> between C<0> and C<n>.
 Piecewise quasipolynomials are mainly used by the C<barvinok>
 library for representing the number of elements in a parametric set or map.
 For example, the piecewise quasipolynomial above represents
-the number of point in the map
+the number of points in the map
 
        [n] -> { [x] -> [y] : x,y >= 0 and 0 <= x + y <= n }