]> source.dussan.org Git - poi.git/commitdiff
fix spellings
authorPJ Fanning <fanningpj@apache.org>
Sat, 24 Jul 2021 11:33:39 +0000 (11:33 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 24 Jul 2021 11:33:39 +0000 (11:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891771 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
poi/src/main/java/org/apache/poi/ss/usermodel/CellStyle.java

index 3f78756a7d40f936a27fcee5b62a273bc3742655..d6408bc0a4de8412965c9776b43424920b3634d6 100644 (file)
@@ -70,7 +70,7 @@ public final class HSSFCellStyle implements CellStyle, Duplicatable {
 
 
     /**
-     * get the index within the HSSFWorkbook (sequence within the collection of ExtnededFormat objects)
+     * get the index within the HSSFWorkbook (sequence within the collection of ExtendedFormat objects)
      * @return unique index number of the underlying record this style represents (probably you don't care
      *  unless you're comparing which one is which)
      */
index 8417887f5f39b1a16b7078387d8cdfc899a07435..983ba99b9c6c99749ee243d57a4b933ccea45617 100644 (file)
@@ -22,7 +22,7 @@ import org.apache.poi.util.Removal;
 public interface CellStyle {
 
     /**
-     * get the index within the Workbook (sequence within the collection of ExtnededFormat objects)
+     * get the index within the Workbook (sequence within the collection of ExtendedFormat objects)
      * @return unique index number of the underlying record this style represents (probably you don't care
      *  unless you're comparing which one is which)
      */