This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 26e4a737f7d42477158bfc9ac6f87e62765c0dea Author: Alex Herbert <aherb...@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. *