diff --git a/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java b/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java
index eef3eac8c0..8fac522a78 100644
--- a/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java
+++ b/poi/src/main/java/org/apache/poi/ss/formula/functions/PercentRank.java
@@ -33,7 +33,7 @@ import java.util.List;
*
* array The array or range of data with numeric values that defines relative standing.
* X The value for which you want to know the rank.
- * significance TOptional. A value that identifies the number of significant digits for the returned percentage value.
+ * significance Optional. A value that identifies the number of significant digits for the returned percentage value.
* If omitted, PERCENTRANK uses three digits (0.xxx).
*
* Returns a number between 0 and 1 representing a percentage.