You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2012/05/29 14:21:27 UTC

svn commit: r1343694 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/OutlineExtractor.java

Author: luc
Date: Tue May 29 12:21:27 2012
New Revision: 1343694

URL: http://svn.apache.org/viewvc?rev=1343694&view=rev
Log:
Typo.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/OutlineExtractor.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/OutlineExtractor.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/OutlineExtractor.java?rev=1343694&r1=1343693&r2=1343694&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/OutlineExtractor.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/OutlineExtractor.java Tue May 29 12:21:27 2012
@@ -246,8 +246,8 @@ public class OutlineExtractor {
             }
         }
 
-        /** Get the projecion of the polyhedrons set on the plane.
-         * @return projecion of the polyhedrons set on the plane
+        /** Get the projection of the polyhedrons set on the plane.
+         * @return projection of the polyhedrons set on the plane
          */
         public PolygonsSet getProjected() {
             return projected;