Author: luc Date: Mon Apr 28 06:39:01 2014 New Revision: 1590560 URL: http://svn.apache.org/r1590560 Log: Typos.
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.java commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.java?rev=1590560&r1=1590559&r2=1590560&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.java Mon Apr 28 06:39:01 2014 @@ -61,7 +61,7 @@ public class PolyhedronsSet extends Abst * {@code Boolean.TRUE} and {@code Boolean.FALSE}</p> * <p> * This constructor is aimed at expert use, as building the tree may - * be a difficult taks. It is not intended for general use and for + * be a difficult task. It is not intended for general use and for * performances reasons does not check thoroughly its input, as this would * require walking the full tree each time. Failing to provide a tree with * the proper attributes, <em>will</em> therefore generate problems like Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java?rev=1590560&r1=1590559&r2=1590560&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java Mon Apr 28 06:39:01 2014 @@ -66,7 +66,7 @@ public class PolygonsSet extends Abstrac * {@code Boolean.TRUE} and {@code Boolean.FALSE}</p> * <p> * This constructor is aimed at expert use, as building the tree may - * be a difficult taks. It is not intended for general use and for + * be a difficult task. It is not intended for general use and for * performances reasons does not check thoroughly its input, as this would * require walking the full tree each time. Failing to provide a tree with * the proper attributes, <em>will</em> therefore generate problems like