diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java index b4ed883854..fd5a06ec7c 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java @@ -826,7 +826,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet { * Get a Hyperlink in this sheet anchored at row, column * * @param row The row where the hyperlink is anchored - * @param column The column where the hyperlinkn is anchored + * @param column The column where the hyperlink is anchored * @return hyperlink if there is a hyperlink anchored at row, column; otherwise returns null */ @Override