diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-24 11:33:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-24 11:33:39 +0000 |
commit | f563f23a718917bf7fa66c1f7ac03cd5bddc4473 (patch) | |
tree | 0cb108b29fa33ed5b393e37c62d01bb632a84c50 | |
parent | 3b98b7d8c21ee1fca24da52aa12bf73173ff42eb (diff) | |
download | poi-f563f23a718917bf7fa66c1f7ac03cd5bddc4473.tar.gz poi-f563f23a718917bf7fa66c1f7ac03cd5bddc4473.zip |
fix spellings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891771 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java | 2 | ||||
-rw-r--r-- | poi/src/main/java/org/apache/poi/ss/usermodel/CellStyle.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java index 3f78756a7d..d6408bc0a4 100644 --- a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java +++ b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java @@ -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) */ diff --git a/poi/src/main/java/org/apache/poi/ss/usermodel/CellStyle.java b/poi/src/main/java/org/apache/poi/ss/usermodel/CellStyle.java index 8417887f5f..983ba99b9c 100644 --- a/poi/src/main/java/org/apache/poi/ss/usermodel/CellStyle.java +++ b/poi/src/main/java/org/apache/poi/ss/usermodel/CellStyle.java @@ -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) */ |