You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/20 13:00:30 UTC

[commons-math] 02/02: Javadoc typo

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 7ee70ef4748507a3f8dd67dc57c775f87732a87c
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Fri Aug 20 13:43:59 2021 +0100

    Javadoc typo
---
 .../math4/legacy/analysis/interpolation/InterpolatingMicrosphere.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/interpolation/InterpolatingMicrosphere.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/interpolation/InterpolatingMicrosphere.java
index 79fc28a..88f5c02 100644
--- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/interpolation/InterpolatingMicrosphere.java
+++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/interpolation/InterpolatingMicrosphere.java
@@ -51,7 +51,7 @@ public class InterpolatingMicrosphere {
     private final double background;
 
     /**
-     * Create an unitialiazed sphere.
+     * Create an uninitialized sphere.
      * Sub-classes are responsible for calling the {@code add(double[]) add}
      * method in order to initialize all the sphere's facets.
      *