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 2022/01/26 20:04:18 UTC

[commons-statistics] 03/06: Fix 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-statistics.git

commit eef97dd1cd94ce086e43d499012832164a89fa88
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Wed Jan 26 01:21:44 2022 +0000

    Fix typo
---
 .../commons/statistics/distribution/SaddlePointExpansionUtils.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/SaddlePointExpansionUtils.java b/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/SaddlePointExpansionUtils.java
index 07f27cd..c465f42 100644
--- a/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/SaddlePointExpansionUtils.java
+++ b/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/SaddlePointExpansionUtils.java
@@ -87,7 +87,7 @@ final class SaddlePointExpansionUtils {
      * <p>Note: This function has been modified for integer {@code z}.</p>
      *
      * @param z Value at which the function is evaluated.
-     * @return the Striling's series error.
+     * @return the Stirling's series error.
      */
     static double getStirlingError(int z) {
         if (z <= STIRLING_ERROR_THRESHOLD) {