]> source.dussan.org Git - poi.git/commitdiff
fix typo
authorPJ Fanning <fanningpj@apache.org>
Sun, 14 Feb 2021 00:05:02 +0000 (00:05 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 14 Feb 2021 00:05:02 +0000 (00:05 +0000)
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

index b4ed883854689ae13bb3661d591561dd003ac10d..fd5a06ec7c407ea52860ea48d2ebdb1d0dc166dd 100644 (file)
@@ -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