summaryrefslogtreecommitdiffstats
path: root/src/ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-12-07 09:02:20 +0000
committerPJ Fanning <fanningpj@apache.org>2020-12-07 09:02:20 +0000
commit29642eedb1dd488d5da40caaef418c7274f7b769 (patch)
tree15c032eae4a2bb7a6b94b313099df9773081de8f /src/ooxml
parent36049ce0f78f53e5c985d2f1d51428dd6267b84d (diff)
downloadpoi-29642eedb1dd488d5da40caaef418c7274f7b769.tar.gz
poi-29642eedb1dd488d5da40caaef418c7274f7b769.zip
[github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/ooxml')
-rw-r--r--src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java b/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java
index da784c7d04..19734b5b9a 100644
--- a/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java
+++ b/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java
@@ -682,7 +682,7 @@ public class SXSSFWorkbook implements Workbook {
}
/**
- * Sreate an Sheet for this Workbook, adds it to the sheets and returns
+ * Create a Sheet for this Workbook, adds it to the sheets and returns
* the high level representation. Use this to create new sheets.
*
* @return Sheet representing the new sheet.
@@ -709,7 +709,7 @@ public class SXSSFWorkbook implements Workbook {
}
/**
- * Create an Sheet for this Workbook, adds it to the sheets and returns
+ * Create a Sheet for this Workbook, adds it to the sheets and returns
* the high level representation. Use this to create new sheets.
*
* @param sheetname sheetname to set for the sheet.
@@ -725,7 +725,7 @@ public class SXSSFWorkbook implements Workbook {
/**
* <i>Not implemented for SXSSFWorkbook</i>
*
- * Create an Sheet from an existing sheet in the Workbook.
+ * Create a Sheet from an existing sheet in the Workbook.
*
* @return Sheet representing the cloned sheet.
*/