]> source.dussan.org Git - poi.git/commitdiff
apply some spelling fixes
authorPJ Fanning <fanningpj@apache.org>
Wed, 28 Jun 2023 11:55:29 +0000 (11:55 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 28 Jun 2023 11:55:29 +0000 (11:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1910659 13f79535-47bb-0310-9956-ffa450edef68

12 files changed:
poi-ooxml/src/main/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java
poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Section.java
poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java
poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
poi/src/main/java/org/apache/poi/sl/usermodel/TextRun.java
poi/src/main/java/org/apache/poi/ss/formula/SharedFormula.java
poi/src/main/java/org/apache/poi/ss/formula/functions/FinanceLib.java
poi/src/main/java/org/apache/poi/ss/usermodel/FormulaError.java
poi/src/main/java/org/apache/poi/ss/usermodel/Sheet.java
poi/src/test/java/org/apache/poi/hssf/record/chart/TestLinkedDataRecord.java
poi/src/test/java/org/apache/poi/ss/formula/function/ExcelFileFormatDocFunctionExtractor.java

index 021228247a17a5ad7770c37302ea50e3f7485184..2fad9ddbbe5ef1d65a0ff7821997a3cc4f7d8cfb 100644 (file)
@@ -575,7 +575,7 @@ public class XDDFTextParagraph implements Iterable<XDDFTextRun> {
     /**
      *
      * @return the font of bullet characters within a given paragraph. A
-     *         <code>null</code> value means to use the text font font.
+     *         <code>null</code> value means to use the text font.
      */
     public XDDFFont getBulletFont() {
         return findDefinedParagraphProperty(props -> props.isSetBuFont() || props.isSetBuFontTx(),
index 6639a28e658a75290b770f4de575bacbadf71ccc..9fe2ea71f08c1b944100253f4cef51bccfe0dc42 100644 (file)
@@ -2560,7 +2560,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet, OoxmlSheetEx
      * using the default font (first font in the workbook).
      * <br>
      * Unless you are using a very special font, the default character is '0' (zero),
-     * this is true for Arial (default font font in HSSF) and Calibri (default font in XSSF)
+     * this is true for Arial (default font in HSSF) and Calibri (default font in XSSF)
      * </p>
      *
      * <p>
index ac0e6f25aff387171154193ca59ae74701d9acfb..2b2790848ee5daaa4b52d2f7889c7cdb47500dbc 100644 (file)
@@ -170,7 +170,7 @@ public final class Section extends Range implements Duplicatable {
      * <dt>{@code 0x02}</dt><dd>If the numbering restarts on every page</dd>
      * </dl>
      *
-     * @return an Rnc, as decribed above, specifying when and where footnote numbering restarts
+     * @return an Rnc, as described above, specifying when and where footnote numbering restarts
      */
     public short getFootnoteRestartQualifier() {
         return _props.getRncFtn();
@@ -203,7 +203,7 @@ public final class Section extends Range implements Duplicatable {
      * <dt>{@code 0x02}</dt><dd>If the numbering restarts on every page</dd>
      * </dl>
      *
-     * @return an Rnc, as decribed above, specifying when and where endnote numbering restarts
+     * @return an Rnc, as described above, specifying when and where endnote numbering restarts
      */
     public short getEndnoteRestartQualifier() {
         return _props.getRncEdn();
index 5c94c4c892983b8a74c12429489c6a51b5ed4c23..b3c6ef0514374f58689e7f83be39a69a7fdbce57 100644 (file)
@@ -95,7 +95,7 @@ public final class ExtractorFactory {
      * (usermodel extractors tend to be more accurate, but use more memory)
      * Default is false.
      *
-     * @return true if event extractors should be preferred in the current thread, fals otherwise.
+     * @return true if event extractors should be preferred in the current thread, false otherwise.
      */
     public static boolean getThreadPrefersEventExtractors() {
         return threadPreferEventExtractors.get();
@@ -106,7 +106,7 @@ public final class ExtractorFactory {
      * (usermodel extractors tend to be more accurate, but use more memory)
      * Default is to use the thread level setting, which defaults to false.
      *
-     * @return true if event extractors should be preferred in all threads, fals otherwise.
+     * @return true if event extractors should be preferred in all threads, false otherwise.
      */
     public static Boolean getAllThreadsPreferEventExtractors() {
         return allPreferEventExtractors;
index b263001450ac2012b53f0e8adc50c20b1e58154d..fe1c703ba3ff2020fb4c408e6e3f5108a39c8dbe 100644 (file)
@@ -512,7 +512,7 @@ public final class HSSFSheet implements Sheet {
      * using the default font (first font in the workbook).<p>
      *
      * Unless you are using a very special font, the default character is '0' (zero),
-     * this is true for Arial (default font font in HSSF) and Calibri (default font in XSSF)<p>
+     * this is true for Arial (default font in HSSF) and Calibri (default font in XSSF)<p>
      *
      * Please note, that the width set by this method includes 4 pixels of margin padding (two on each side),
      * plus 1 pixel padding for the gridlines (Section 3.3.1.12 of the OOXML spec).
index 85a7679c30ac56544aac18cc25207d6e8105d678..2c8f4b6df59afdd8198f9746304e635e336b308d 100644 (file)
@@ -105,7 +105,7 @@ public interface TextRun {
     /**
      * Get the font family - convenience method for {@link #getFontInfo(FontGroup)}
      *
-     * @param fontGroup the font group, i.e. the range of glpyhs to be covered.
+     * @param fontGroup the font group, i.e. the range of glyphs to be covered.
      *    if {@code null}, the font group matching the first character will be returned
      *
      * @return  font family or null if not set
@@ -127,7 +127,7 @@ public interface TextRun {
      *
      * @param typeface  the font to apply to this text run.
      *      The value of {@code null} removes the run specific font setting, so the default setting is activated again.
-     * @param fontGroup the font group, i.e. the range of glpyhs to be covered.
+     * @param fontGroup the font group, i.e. the range of glyphs to be covered.
      *    if {@code null}, the font group matching the first character will be returned
      */
     void setFontFamily(String typeface, FontGroup fontGroup);
@@ -135,7 +135,7 @@ public interface TextRun {
     /**
      * Get the font info for the given font group
      *
-     * @param fontGroup the font group, i.e. the range of glpyhs to be covered.
+     * @param fontGroup the font group, i.e. the range of glyphs to be covered.
      *    if {@code null}, the font group matching the first character will be returned
      * @return  font info or {@code null} if not set
      *
@@ -148,7 +148,7 @@ public interface TextRun {
      *
      * @param fontInfo the font to apply to this text run.
      *      The value of {@code null} removes the run specific font setting, so the default setting is activated again.
-     * @param fontGroup the font group, i.e. the range of glpyhs to be covered. defaults to latin, if {@code null}.
+     * @param fontGroup the font group, i.e. the range of glyphs to be covered. defaults to latin, if {@code null}.
      *
      * @since POI 3.17-beta2
      */
index aca085565eb0e3a23607655703755a0fc7ef79af..65aef2b6b450a50dd9b3aeea178785a5c4333684 100644 (file)
@@ -20,7 +20,7 @@ import org.apache.poi.ss.formula.ptg.*;
 import org.apache.poi.ss.SpreadsheetVersion;
 
 /**
- *   Encapsulates logic to convert shared formulaa into non shared equivalent
+ *   Encapsulates logic to convert shared formula into non shared equivalent
  */
 public class SharedFormula {
 
index c5920cd03980f237a326190959555c4890e227cb..915fb9af23a3022e9b9791762ac7f6b087d71e2c 100644 (file)
@@ -18,7 +18,7 @@
 package org.apache.poi.ss.formula.functions;
 
 /**
- * This class is a functon library for common fiscal functions.
+ * This class is a function library for common fiscal functions.
  * <b>Glossary of terms/abbreviations:</b>
  * <br>
  * <ul>
index 744f4afb606dd8683f763e1d489b53257283d961..5ffdd6e47e70987e4a53c8b157c3e65d8d9f187f 100644 (file)
@@ -114,7 +114,7 @@ public enum FormulaError {
      */
     CIRCULAR_REF(0xFFFFFFC4, "~CIRCULAR~REF~"),
     /**
-     * POI specific code to indicate that the funcition required is
+     * POI specific code to indicate that the function required is
      *  not implemented in POI
      */
     FUNCTION_NOT_IMPLEMENTED(0xFFFFFFE2, "~FUNCTION~NOT~IMPLEMENTED~");
index f3141a81629bf322e893946c4ab96e22839ae37c..68d2c21962377207b7ee6fab2b97e6d661d18d15 100644 (file)
@@ -160,7 +160,7 @@ public interface Sheet extends Iterable<Row> {
      * using the default font (first font in the workbook).<p>
      *
      * Unless you are using a very special font, the default character is '0' (zero),
-     * this is true for Arial (default font font in HSSF) and Calibri (default font in XSSF)<p>
+     * this is true for Arial (default font in HSSF) and Calibri (default font in XSSF)<p>
      *
      * Please note, that the width set by this method includes 4 pixels of margin padding (two on each side),
      * plus 1 pixel padding for the gridlines (Section 3.3.1.12 of the OOXML spec).
index d2a1b791d197bf8d5d797d280765e900ce2a9089..743e5eeca2faa766a27942e0bf4878bbfd5c18b0 100644 (file)
@@ -39,7 +39,7 @@ final class TestLinkedDataRecord {
 
     The first record links to the series title (linkType = 0).   It's
     reference type is 1 which means that it links directly to data entered
-    into the forumula bar.  There seems to be no reference to any data
+    into the formula bar.  There seems to be no reference to any data
     however.  The formulaOfLink field contains two 0 bytes.  This probably
     means that there is no particular heading set.
 
index 6e5f0645df9b3c8733da092343853576f528fc03..56ac92f6412d06de63d0298f960a6086ad39ab0d 100644 (file)
@@ -168,8 +168,8 @@ public final class ExcelFileFormatDocFunctionExtractor {
             _groupFunctionNames = new HashSet<>();
         }
 
-        public void addFuntion(int funcIx, boolean hasFootnote, String funcName, int minParams, int maxParams,
-                String returnClass, String paramClasses, String volatileFlagStr) {
+        public void addFunction(int funcIx, boolean hasFootnote, String funcName, int minParams, int maxParams,
+                                String returnClass, String paramClasses, String volatileFlagStr) {
             boolean isVolatile = volatileFlagStr.length() > 0;
 
             Integer funcIxKey = Integer.valueOf(funcIx);
@@ -360,7 +360,7 @@ public final class ExcelFileFormatDocFunctionExtractor {
             String paramClasses = cellData[i + 5];
             String volatileFlagStr = cellData[i + 6];
 
-            _fdc.addFuntion(funcIx, hasFootnote, funcName, minParams, maxParams, returnClass, paramClasses, volatileFlagStr);
+            _fdc.addFunction(funcIx, hasFootnote, funcName, minParams, maxParams, returnClass, paramClasses, volatileFlagStr);
         }
 
         private static int parseInt(String valStr) {