This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new f53862cf Correct comment typo
f53862cf is described below
commit f53862cfbf4c486fe4b1a4fda836fa087c0beaf1
Author: Alex Herbert <[email protected]>
AuthorDate: Thu Aug 20 13:18:11 2026 +0100
Correct comment typo
---
.../org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java
index 4025231c..e3c709f4 100644
---
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java
+++
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java
@@ -1071,7 +1071,7 @@ public final class KolmogorovSmirnovTest {
* <p>Note: This requires the greatest common divisor of n and m. The
integral D statistic
* in the range [0, n*m] is separated by increments of the gcd. The method
will only
* compute p-values for valid values of D by calculating for D/gcd.
- * Strict inquality is performed using the next valid value for D.
+ * Strict inequality is performed using the next valid value for D.
*
* @param dnm Integral D-statistic value (in [0, n*m]).
* @param n First sample size.