From c23381076e8a9a88e341c3735bf8bf60ed26cc8a Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 14 Feb 2021 00:05:02 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886497 13f79535-47bb-0310-9956-ffa450edef68 --- src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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