From 7299b1795467b467f6d951721eb3d5e0c733f487 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Mon, 28 Apr 2014 06:39:01 +0000 Subject: [PATCH] Typos. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1590560 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math3/geometry/euclidean/threed/PolyhedronsSet.java | 2 +- .../commons/math3/geometry/euclidean/twod/PolygonsSet.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.java b/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.java index 0c5a9a7e3..570052c29 100644 --- a/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.java +++ b/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet.java @@ -61,7 +61,7 @@ public class PolyhedronsSet extends AbstractRegion { * {@code Boolean.TRUE} and {@code Boolean.FALSE}

*

* 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, will therefore generate problems like diff --git a/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java b/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java index 4d0c9d8cc..61f4d30bc 100644 --- a/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java +++ b/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java @@ -66,7 +66,7 @@ public class PolygonsSet extends AbstractRegion { * {@code Boolean.TRUE} and {@code Boolean.FALSE}

*

* 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, will therefore generate problems like