Author: fanningpj
Date: Tue Jun 27 11:48:38 2023
New Revision: 1910627

URL: http://svn.apache.org/viewvc?rev=1910627&view=rev
Log:
apply some spelling fixes

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml
    poi/trunk/jenkins/create_jobs.groovy
    
poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ConditionalFormats.java
    poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ToCSV.java
    poi/trunk/poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java
    poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/POIXMLTypeLoader.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/IdentifierManager.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagePartName.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipCollection.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagingURIHelper.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/facets/XAdESXLSignatureFacet.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.java
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xdgf/usermodel/XDGFShape.java
    poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java
    
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java
    
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java
    poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java
    
poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
    poi/trunk/poi/src/main/java/org/apache/poi/poifs/crypt/CryptoFunctions.java
    poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawNothing.java
    poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawShape.java
    poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/Drawable.java
    
poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/MatrixFunction.java
    
poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestFormulaRecordAggregate.java
    
poi/trunk/poi/src/test/java/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java
    poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestRow.java
    
poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestSheetAutosizeColumn.java

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Tue Jun 27 11:48:38 2023
@@ -405,7 +405,7 @@ subprojects {
         // 
https://docs.sonarqube.org/display/SONARQUBE52/Analyzing+with+SonarQube+Scanner+for+Gradle
         // for documentation of properties.
         //
-        // Some additional properties are currently set in the Jenkins-DSL, 
see jenksin/create_jobs.groovy
+        // Some additional properties are currently set in the Jenkins-DSL, 
see jenkins/create_jobs.groovy
         //
         sonarqube {
             properties {

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Jun 27 11:48:38 2023
@@ -59,7 +59,7 @@ under the License.
     <property name="util.lib" location="${basedir}/lib/util"/>
 
 
-    <!-- compiler options options -->
+    <!-- compiler options -->
     <property name="jdk.version.source" value="1.8" description="JDK version 
of source code"/>
     <property name="jdk.version.class" value="1.8" description="JDK version of 
generated class files"/>
     <property name="compile.debug" value="true"/>
@@ -482,7 +482,7 @@ under the License.
         <pathelement location="${main.output.dir}"/>
         <pathelement location="${ooxml.test.guava.jar}"/>
         <pathelement location="${ooxml.test.opczip.jar}"/>
-        <!-- classes are omitted on test cases outside the xml-dsign area to 
avoid classpath poisioning -->
+        <!-- classes are omitted on test cases outside the xml-dsign area to 
avoid classpath poisoning -->
         <!--path refid="ooxml.xmlsec.classpath"/-->
         <!-- Used only for ExtractorFactory, see #57963 -->
         <pathelement location="${scratchpad.output.dir}" 
unless:true="${scratchpad.ignore}"/>
@@ -2518,7 +2518,7 @@ under the License.
         <fail><condition><matches pattern="[1-9][0-9]* Unknown Licens" 
string="${rat.reportcontent}"/></condition></fail>
     </target>
 
-    <!-- Runs the Forbiddens APIs checker against the source code, to -->
+    <!-- Runs the Forbidden APIs checker against the source code, to -->
     <!--  spot any cases where we've accidently used methods we shouldn't -->
     <!-- See https://github.com/policeman-tools/forbidden-apis for details -->
     <!--  of the checks that this can do -->
@@ -2761,7 +2761,7 @@ under the License.
 
 
     <target name="test-scratchpad-download-resources">
-        <!-- disable font downloading until TestFontRendering works on all 
plattforms -->
+        <!-- disable font downloading until TestFontRendering works on all 
platforms -->
         <!-- ... eventually copy the files into the resource dirs ... -->
         <!--
         <mkdir dir="build/scratchpad-test-resources"/>
@@ -3076,7 +3076,7 @@ under the License.
 
         <tstamp>
             <!-- usually overwritten by a command line argument -->
-            <!-- for convience this is kept in the same format as in the 
release-prep call  -->
+            <!-- for convenience this is kept in the same format as in the 
release-prep call  -->
             <format property="file_date" pattern="yyyyMMdd" locale="US"/>
         </tstamp>
 
@@ -3192,7 +3192,7 @@ under the License.
         </sequential>
     </macrodef>
 
-    <!-- TODO: currently this only saves a copy and paste snipplet to a file 
...
+    <!-- TODO: currently this only saves a copy and paste snippet to a file ...
          would be nice if it really changes changes.xml and download.xml
          Doesn't work with Java6 - the https urls can't be accessed via 
loadChecksum
      -->

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: 
http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Tue Jun 27 11:48:38 2023
@@ -626,7 +626,7 @@ Unfortunately we often see builds break
                 'adoptopenjdk_hotspot_8u282',
                 'ibmjdk_1.8.0_261'
         )
-        // Note H50 is reserved according to its node-descripion
+        // Note H50 is reserved according to its node-description
         
label('Nodes','H22','H23','H24','H25','H26','H27','H28','H29','H30','H31','H32','H33','H34','H35','H36','H37','H38','H39','H40','H41','H42','H43','H44','H48','lucene1','lucene2','master')
     }
     steps {

Modified: 
poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ConditionalFormats.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ConditionalFormats.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ConditionalFormats.java
 (original)
+++ 
poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ConditionalFormats.java
 Tue Jun 27 11:48:38 2023
@@ -285,7 +285,7 @@ public final class ConditionalFormats {
     /**
      * Use Excel conditional formatting to hide the duplicate values,
      * and make the list easier to read. In this example, when the table is 
sorted by Region,
-     * the second (and subsequent) occurences of each region name will have 
white font colour.
+     * the second (and subsequent) occurrences of each region name will have 
white font colour.
      */
     static void hideDupplicates(Sheet sheet) {
         sheet.createRow(0).createCell(0).setCellValue("City");
@@ -309,7 +309,7 @@ public final class ConditionalFormats {
         sheetCF.addConditionalFormatting(regions, rule1);
 
         sheet.getRow(1).createCell(1).setCellValue("<== the second (and 
subsequent) " +
-                "occurences of each region name will have white font colour.  
" +
+                "occurrences of each region name will have white font colour.  
" +
                 "Condition: Formula Is   =A2=A1   (White Font)");
     }
 

Modified: 
poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ToCSV.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ToCSV.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ToCSV.java 
(original)
+++ poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/ss/ToCSV.java 
Tue Jun 27 11:48:38 2023
@@ -689,7 +689,7 @@ public class ToCSV {
         // It is not wise to have such a wide catch clause - Exception is very
         // close to being at the top of the inheritance hierarchy - though it
         // will suffice for this example as it is really not possible to 
recover
-        // easilly from an exceptional set of circumstances at this point in 
the
+        // easily  from an exceptional set of circumstances at this point in 
the
         // program. It should however, ideally be replaced with one or more
         // catch clauses optimised to handle more specific problems.
         catch(Exception ex) {

Modified: poi/trunk/poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java 
(original)
+++ poi/trunk/poi-excelant/src/poi-ant-contrib/java/Junit5Progress.java Tue Jun 
27 11:48:38 2023
@@ -28,7 +28,7 @@ import org.junit.platform.launcher.TestI
 /**
  * Custom listener class for Ants junitlauncher, because it chomps the 
important running details
  *
- * @see <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64836";>Bug 
64836 - junitlaucher poor summary</a>
+ * @see <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64836";>Bug 
64836 - junitlauncher poor summary</a>
  **/
 public class Junit5Progress implements TestExecutionListener {
     private final AtomicInteger numSkippedInTestSet = new AtomicInteger();

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/POIXMLTypeLoader.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/POIXMLTypeLoader.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/POIXMLTypeLoader.java 
(original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/POIXMLTypeLoader.java 
Tue Jun 27 11:48:38 2023
@@ -43,7 +43,7 @@ public class POIXMLTypeLoader {
         DEFAULT_XML_OPTIONS.setCharacterEncoding("UTF-8");
         DEFAULT_XML_OPTIONS.setDisallowDocTypeDeclaration(true);
         DEFAULT_XML_OPTIONS.setEntityExpansionLimit(1);
-        // Piccolo is disabled for POI builts, i.e. JAXP is used for parsing
+        // JAXP is used for parsing
         // so only user code using XmlObject/XmlToken.Factory.parse
         // directly can bypass the entity check, which is probably unlikely 
(... and not within our responsibility :)) 
         // DEFAULT_XML_OPTIONS.setLoadEntityBytesLimit(4096);

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/IdentifierManager.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/IdentifierManager.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/IdentifierManager.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/util/IdentifierManager.java
 Tue Jun 27 11:48:38 2023
@@ -34,7 +34,7 @@ public class IdentifierManager {
 
     /**
      * @param lowerbound the lower limit of the id-range to manage. Must be 
greater than or equal to {@link #MIN_ID}.
-     * @param upperbound the upper limit of the id-range to manage. Must be 
less then or equal {@link #MAX_ID}.
+     * @param upperbound the upper limit of the id-range to manage. Must be 
less than or equal {@link #MAX_ID}.
      */
     public IdentifierManager(long lowerbound, long upperbound) {
         if (lowerbound > upperbound) {

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java 
(original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/OPCPackage.java 
Tue Jun 27 11:48:38 2023
@@ -212,7 +212,7 @@ public abstract class OPCPackage impleme
            // pack.originalPackagePath = file.getAbsolutePath();
            return pack;
        } catch (InvalidFormatException | RuntimeException e) {
-           // use revert() to free resources when the packgae is opened 
read-only
+           // use revert() to free resources when the package is opened 
read-only
            pack.revert();
 
            throw e;
@@ -495,7 +495,7 @@ public abstract class OPCPackage impleme
     /**
      * Add a thumbnail to the package. This method is provided to make easier
      * the addition of a thumbnail in a package. You can do the same work by
-     * using the traditionnal relationship and part mechanism.
+     * using the traditional relationship and part mechanism.
      *
      * @param path The full path to the image file.
      */
@@ -513,7 +513,7 @@ public abstract class OPCPackage impleme
     /**
      * Add a thumbnail to the package. This method is provided to make easier
      * the addition of a thumbnail in a package. You can do the same work by
-     * using the traditionnal relationship and part mechanism.
+     * using the traditional relationship and part mechanism.
      *
      * @param filename The full path to the image file.
      * @param data the image data
@@ -950,7 +950,7 @@ public abstract class OPCPackage impleme
             // If the specified partis flagged as deleted, we make it
             // available
             part.setDeleted(false);
-            // and delete the old part to replace it thereafeter
+            // and delete the old part to replace it thereafter
             this.partList.remove(part._partName);
         }
         this.partList.put(part._partName, part);
@@ -1554,7 +1554,7 @@ public abstract class OPCPackage impleme
 
     /**
      * Replace a content type in this package.<p>
-     * A typical scneario to call this method is to rename a template file to 
the main format, e.g.
+     * A typical scenario to call this method is to rename a template file to 
the main format, e.g.
      * <ul>
      *     <li>".dotx" to ".docx"</li>
      *     <li>".dotm" to ".docm"</li>

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagePartName.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagePartName.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagePartName.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagePartName.java
 Tue Jun 27 11:48:38 2023
@@ -111,7 +111,7 @@ public final class PackagePartName imple
             partURI = new URI(partName);
         } catch (URISyntaxException e) {
             throw new IllegalArgumentException(
-                    "partName argmument is not a valid OPC part name !");
+                    "partName argument is not a valid OPC part name !");
         }
 
         if (checkConformance) {
@@ -364,13 +364,13 @@ public final class PackagePartName imple
     }
 
     /**
-     * Throws an exception if the specified part name ends with a forwar slash
+     * Throws an exception if the specified part name ends with a forward slash
      * character '/'. [M1.5]
      *
      * @param partUri
      *            The part name to check.
      * @throws InvalidFormatException
-     *             If the specified part name ends with a forwar slash 
character
+     *             If the specified part name ends with a forward slash 
character
      *             '/'.
      */
     private static void throwExceptionIfPartNameEndsWithForwardSlashChar(

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipCollection.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipCollection.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipCollection.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipCollection.java
 Tue Jun 27 11:48:38 2023
@@ -139,7 +139,7 @@ public final class PackageRelationshipCo
      *            The part that own this relationships collection. If 
<b>null</b>
      *            then this part is considered as the package root.
      * @throws InvalidFormatException
-     *             If an error occurs during the parsing of the relatinships
+     *             If an error occurs during the parsing of the relationships
      *             part fo the specified part.
      */
     public PackageRelationshipCollection(OPCPackage container, PackagePart 
part)

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagingURIHelper.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagingURIHelper.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagingURIHelper.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackagingURIHelper.java
 Tue Jun 27 11:48:38 2023
@@ -486,7 +486,7 @@ public final class PackagingURIHelper {
      *
      * @param partName
      *            The part name to validate.
-     * @return The correspondant part name if valid, else <code>null</code>.
+     * @return The correspondent part name if valid, else <code>null</code>.
      * @throws InvalidFormatException
      *             Throws if the specified part name is not OPC compliant.
      * @see #createPartName(URI)
@@ -509,7 +509,7 @@ public final class PackagingURIHelper {
      *            The part name to validate.
      * @param relativePart
      *            The relative base part.
-     * @return The correspondant part name if valid, else <code>null</code>.
+     * @return The correspondent part name if valid, else <code>null</code>.
      * @throws InvalidFormatException
      *             Throws if the specified part name is not OPC compliant.
      * @see #createPartName(URI)
@@ -533,7 +533,7 @@ public final class PackagingURIHelper {
      *            The part name URI to validate.
      * @param relativePart
      *            The relative base part.
-     * @return The correspondant part name if valid, else <code>null</code>.
+     * @return The correspondent part name if valid, else <code>null</code>.
      * @throws InvalidFormatException
      *             Throws if the specified part name is not OPC compliant.
      * @see #createPartName(URI)
@@ -625,7 +625,7 @@ public final class PackagingURIHelper {
      *            Source part URI
      * @return the full path (as URI) of the relation file
      * @throws InvalidOperationException
-     *             Throws if the specified URI is a relationshp part.
+     *             Throws if the specified URI is a relationship part.
      */
     public static PackagePartName getRelationshipPartName(
             PackagePartName partName) {
@@ -688,7 +688,7 @@ public final class PackagingURIHelper {
              value = value.replace('\\', '/');
         }
 
-        // URI fragemnts (those starting with '#') are not encoded
+        // URI fragments (those starting with '#') are not encoded
         // and may contain white spaces and raw unicode characters
         int fragmentIdx = value.indexOf('#');
         if(fragmentIdx != -1){

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.java
 Tue Jun 27 11:48:38 2023
@@ -402,7 +402,7 @@ public abstract class ContentTypeManager
                 addDefaultContentType(extension, contentType);
             }
 
-            // Overriden content types
+            // Overridden content types
             NodeList overrideTypes = 
xmlContentTypetDoc.getDocumentElement().getElementsByTagNameNS(TYPES_NAMESPACE_URI,
 OVERRIDE_TAG_NAME);
             int overrideTypeCount = overrideTypes.getLength();
             for (int i = 0; i < overrideTypeCount; i++) {

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java
 Tue Jun 27 11:48:38 2023
@@ -255,7 +255,7 @@ public class SignatureConfig {
     private String commitmentType = "Created and approved this document";
 
     /**
-     * Swtich to enable/disable automatic CRL download - by default the 
download is with all https hostname
+     * Switch to enable/disable automatic CRL download - by default the 
download is with all https hostname
      * and certificate verifications disabled.
      *
      * @since POI 5.2.1
@@ -834,7 +834,7 @@ public class SignatureConfig {
     }
 
     /**
-     * @param xadesIssuerNameNoReverseOrder when true, the issuer DN instead 
of the issuer X500 prinicpal is used
+     * @param xadesIssuerNameNoReverseOrder when true, the issuer DN instead 
of the issuer X500 principal is used
      */
     public void setXadesIssuerNameNoReverseOrder(boolean 
xadesIssuerNameNoReverseOrder) {
         this.xadesIssuerNameNoReverseOrder = xadesIssuerNameNoReverseOrder;
@@ -1004,7 +1004,7 @@ public class SignatureConfig {
 
 
     /**
-     * @return the cannonicalization method for XAdES-XL signing.
+     * @return the canonicalization method for XAdES-XL signing.
      * Defaults to {@code EXCLUSIVE}
      * @see <a 
href="http://docs.oracle.com/javase/7/docs/api/javax/xml/crypto/dsig/CanonicalizationMethod.html";>javax.xml.crypto.dsig.CanonicalizationMethod</a>
      */
@@ -1013,7 +1013,7 @@ public class SignatureConfig {
     }
 
     /**
-     * @param xadesCanonicalizationMethod the cannonicalization method for 
XAdES-XL signing
+     * @param xadesCanonicalizationMethod the canonicalization method for 
XAdES-XL signing
      * @see <a 
href="http://docs.oracle.com/javase/7/docs/api/javax/xml/crypto/dsig/CanonicalizationMethod.html";>javax.xml.crypto.dsig.CanonicalizationMethod</a>
      */
     public void setXadesCanonicalizationMethod(String 
xadesCanonicalizationMethod) {

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/facets/XAdESXLSignatureFacet.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/facets/XAdESXLSignatureFacet.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/facets/XAdESXLSignatureFacet.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/facets/XAdESXLSignatureFacet.java
 Tue Jun 27 11:48:38 2023
@@ -142,7 +142,7 @@ public class XAdESXLSignatureFacet imple
                 insertXChild(unsignedSigProps, validationData);
             }
         } catch (CertificateEncodingException e) {
-            throw new MarshalException("unable to create XAdES signatrue", e);
+            throw new MarshalException("unable to create XAdES signature", e);
         }
 
 

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.java
 Tue Jun 27 11:48:38 2023
@@ -215,7 +215,7 @@ public class TSPTimeStampService impleme
 
     /**
      * Check if CRL is to be added, check cached CRLs in config and download 
if necessary.
-     * Can be overriden to suppress the logic
+     * Can be overridden to suppress the logic
      * @return empty list, if not found or suppressed, otherwise the list of 
CRLs as encoded bytes
      */
     protected List<byte[]> retrieveCRL(SignatureConfig signatureConfig, 
X509Certificate holder) throws IOException {

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xdgf/usermodel/XDGFShape.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xdgf/usermodel/XDGFShape.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xdgf/usermodel/XDGFShape.java 
(original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xdgf/usermodel/XDGFShape.java 
Tue Jun 27 11:48:38 2023
@@ -845,7 +845,7 @@ public class XDGFShape extends XDGFSheet
 
     /**
      * @return returns bounds as a path in local coordinates, which is
-     *         userful if you need to transform to global coordinates
+     *         useful if you need to transform to global coordinates
      *
      * Warning: Don't use this for 1d objects, and will fail for
      *          infinite line objects

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java 
(original)
+++ poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xslf/util/PPTX2PNG.java 
Tue Jun 27 11:48:38 2023
@@ -358,7 +358,7 @@ public final class PPTX2PNG {
                 try {
                     return new SVGFormat(textAsShapes);
                 } catch (Exception | NoClassDefFoundError e) {
-                    LOG.atError().withThrowable(e).log("Batik is not not added 
to/working on the module-path. Use classpath mode instead of JPMS. Fallback to 
PNG.");
+                    LOG.atError().withThrowable(e).log("Batik is not added 
to/working on the module-path. Use classpath mode instead of JPMS. Fallback to 
PNG.");
                     return new BitmapFormat("png");
                 }
             }

Modified: 
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java
 (original)
+++ 
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java
 Tue Jun 27 11:48:38 2023
@@ -228,7 +228,7 @@ public class AbstractWordUtils
                 final String key = lsid + "#" + ( (int) element );
                 int num;
 
-                if ( !list.isStartAtOverriden( element )
+                if ( !list.isStartAtOverridden( element )
                         && numberingState.levels.containsKey( key ) )
                 {
                     num = numberingState.levels.get( key );

Modified: 
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java
 (original)
+++ 
poi/trunk/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java
 Tue Jun 27 11:48:38 2023
@@ -29,6 +29,7 @@ import org.apache.poi.hwpf.model.ListLev
 import org.apache.poi.hwpf.model.StyleSheet;
 import org.apache.poi.hwpf.sprm.CharacterSprmCompressor;
 import org.apache.poi.hwpf.sprm.ParagraphSprmCompressor;
+import org.apache.poi.util.Removal;
 
 /**
  * This class is used to create a list in a Word document. It is used in
@@ -157,7 +158,7 @@ public final class HWPFList
 
     public int getStartAt( char level )
     {
-        if ( isStartAtOverriden( level ) )
+        if ( isStartAtOverridden( level ) )
         {
             return _lfoData.getRgLfoLvl()[level].getIStartAt();
         }
@@ -178,7 +179,23 @@ public final class HWPFList
         return _ignoreLogicalLeftIdentation;
     }
 
-    public boolean isStartAtOverriden( char level )
+    /**
+     * @since POI 5.2.4
+     */
+    public boolean isStartAtOverridden(char level )
+    {
+        ListFormatOverrideLevel lfolvl = _lfoData.getRgLfoLvl().length > level 
? _lfoData
+                .getRgLfoLvl()[level] : null;
+
+        return lfolvl != null && lfolvl.getIStartAt() != 0
+                && !lfolvl.isFormatting();
+    }
+
+    /**
+     * @deprecated use {@link #isStartAtOverridden(char)}
+     */
+    @Removal(version = "POI 6.0.0")
+    public boolean isStartAtOverriden(char level )
     {
         ListFormatOverrideLevel lfolvl = _lfoData.getRgLfoLvl().length > level 
? _lfoData
                 .getRgLfoLvl()[level] : null;

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java 
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalWorkbook.java 
Tue Jun 27 11:48:38 2023
@@ -1719,7 +1719,7 @@ public final class InternalWorkbook {
      */
     public int createFormat(String formatString) {
 
-        maxformatid = maxformatid >= 0xa4 ? maxformatid + 1 : 0xa4; //Starting 
value from M$ empircal study.
+        maxformatid = maxformatid >= 0xa4 ? maxformatid + 1 : 0xa4; //Starting 
value from M$ empirical  study.
         FormatRecord rec = new FormatRecord(maxformatid, formatString);
 
         int pos = 0;

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java 
(original)
+++ 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java 
Tue Jun 27 11:48:38 2023
@@ -136,9 +136,9 @@ public final class HSSFDataFormat implem
 
         String fmt = _formats.size() > index ? _formats.get(index) : null;
         if (_builtinFormats.length > index && _builtinFormats[index] != null) {
-           // It's in the built in range
+           // It's in the built-in range
            if (fmt != null) {
-              // It's been overriden, use that value
+              // It's been overridden, use that value
               return fmt;
            } else {
               // Standard built in format

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/poifs/crypt/CryptoFunctions.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/poifs/crypt/CryptoFunctions.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/poifs/crypt/CryptoFunctions.java 
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/poifs/crypt/CryptoFunctions.java 
Tue Jun 27 11:48:38 2023
@@ -277,7 +277,7 @@ public final class CryptoFunctions {
 
     /**
      * Returns a new byte array with a truncated to the given size.
-     * If the hash has less then size bytes, it will be filled with 0x36-bytes
+     * If the hash has less than size bytes, it will be filled with 0x36-bytes
      *
      * @param hash the to be truncated/filled hash byte array
      * @param size the size of the returned byte array
@@ -289,7 +289,7 @@ public final class CryptoFunctions {
 
     /**
      * Returns a new byte array with a truncated to the given size.
-     * If the hash has less then size bytes, it will be filled with 0-bytes
+     * If the hash has less than size bytes, it will be filled with 0-bytes
      *
      * @param hash the to be truncated/filled hash byte array
      * @param size the size of the returned byte array

Modified: poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawNothing.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawNothing.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawNothing.java 
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawNothing.java Tue Jun 
27 11:48:38 2023
@@ -33,7 +33,7 @@ public class DrawNothing implements Draw
     /**
      * Apply 2-D transforms before drawing this shape. This includes rotation 
and flipping.
      *
-     * @param graphics the graphics whos transform matrix will be modified
+     * @param graphics the graphics whose transform matrix will be modified
      */
     public void applyTransform(Graphics2D graphics) {
     }

Modified: poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawShape.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawShape.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawShape.java (original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/DrawShape.java Tue Jun 
27 11:48:38 2023
@@ -52,7 +52,7 @@ public class DrawShape implements Drawab
     /**
      * Apply 2-D transforms before drawing this shape. This includes rotation 
and flipping.
      *
-     * @param graphics the graphics whos transform matrix will be modified
+     * @param graphics the graphics whose transform matrix will be modified
      */
     @Override
     public void applyTransform(Graphics2D graphics) {

Modified: poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/Drawable.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/Drawable.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/Drawable.java (original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/sl/draw/Drawable.java Tue Jun 27 
11:48:38 2023
@@ -177,7 +177,7 @@ public interface Drawable {
     /**
      * Apply 2-D transforms before drawing this shape. This includes rotation 
and flipping.
      *
-     * @param graphics the graphics whos transform matrix will be modified
+     * @param graphics the graphics whose transform matrix will be modified
      */
     void applyTransform(Graphics2D graphics);
 

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/MatrixFunction.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/MatrixFunction.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/MatrixFunction.java
 (original)
+++ 
poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/functions/MatrixFunction.java
 Tue Jun 27 11:48:38 2023
@@ -253,7 +253,7 @@ public abstract class MatrixFunction imp
         protected double[] collectValues(ValueEval arg) throws 
EvaluationException {
             double[] values = instance.collectValues(arg);
 
-            /* handle case where MDETERM is operating on an array that that is 
not completely filled*/
+            /* handle case where MDETERM is operating on an array that is not 
completely filled*/
             if (arg instanceof AreaEval && values.length == 1)
                 throw new EvaluationException(ErrorEval.VALUE_INVALID);
 
@@ -297,7 +297,7 @@ public abstract class MatrixFunction imp
         protected double[] collectValues(ValueEval arg) throws 
EvaluationException {
             double[] values = instance.collectValues(arg);
 
-            /* handle case where MDETERM is operating on an array that that is 
not completely filled*/
+            /* handle case where MDETERM is operating on an array that is not 
completely filled*/
             if (arg instanceof AreaEval && values.length == 1)
                 throw new EvaluationException(ErrorEval.VALUE_INVALID);
 

Modified: 
poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestFormulaRecordAggregate.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestFormulaRecordAggregate.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestFormulaRecordAggregate.java
 (original)
+++ 
poi/trunk/poi/src/test/java/org/apache/poi/hssf/record/aggregates/TestFormulaRecordAggregate.java
 Tue Jun 27 11:48:38 2023
@@ -62,7 +62,7 @@ final class TestFormulaRecordAggregate {
         StringRecord sr = new StringRecord();
         sr.setString("NA");
         SharedValueManager svm = SharedValueManager.createEmpty();
-        // bug 46213 -> String record was  supplied but formula record flag is 
not  set
+        // bug 46213 -> String record was  supplied but formula record flag is 
not set
         FormulaRecordAggregate fra = new FormulaRecordAggregate(fr, sr, svm);
         List<org.apache.poi.hssf.record.Record> vraRecs = new ArrayList<>();
         fra.visitContainedRecords(vraRecs::add);

Modified: 
poi/trunk/poi/src/test/java/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/test/java/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi/src/test/java/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java
 (original)
+++ 
poi/trunk/poi/src/test/java/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java
 Tue Jun 27 11:48:38 2023
@@ -130,7 +130,7 @@ final class TestPOIFSFileSystem {
      *  multiple of 512 bytes)
      *
      * As yet, this problem remains. One school of thought is
-     *  not not issue an EOF when we discover the last block
+     *  to not issue an EOF when we discover the last block
      *  is short, but this seems a bit wrong.
      * The other is to fix the handling of the last block in
      *  POIFS, since it seems to be slight wrong

Modified: 
poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestRow.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestRow.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestRow.java 
(original)
+++ poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestRow.java 
Tue Jun 27 11:48:38 2023
@@ -282,8 +282,7 @@ public abstract class BaseTestRow {
         assertEquals(5, row.getCell(5, 
MissingCellPolicy.CREATE_NULL_AS_BLANK).getColumnIndex());
 
 
-        // Now change the cell policy on the workbook, check
-        //  that that is now used if no policy given
+        // Now change the cell policy on the workbook, check that is now used 
if no policy given
         workbook.setMissingCellPolicy(MissingCellPolicy.RETURN_BLANK_AS_NULL);
 
         assertEquals(CellType.STRING,  row.getCell(0).getCellType());

Modified: 
poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestSheetAutosizeColumn.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestSheetAutosizeColumn.java?rev=1910627&r1=1910626&r2=1910627&view=diff
==============================================================================
--- 
poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestSheetAutosizeColumn.java
 (original)
+++ 
poi/trunk/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestSheetAutosizeColumn.java
 Tue Jun 27 11:48:38 2023
@@ -85,7 +85,7 @@ public abstract class BaseTestSheetAutos
         // autosize not-evaluated cells, formula cells are sized as if the 
result is 0
         for (int i = 0; i < 6; i++) sheet.autoSizeColumn(i);
 
-        assertTrue(sheet.getColumnWidth(0) < sheet.getColumnWidth(1));  // 
width of '0' is less then width of '10'
+        assertTrue(sheet.getColumnWidth(0) < sheet.getColumnWidth(1));  // 
width of '0' is less than width of '10'
         assertEquals(sheet.getColumnWidth(1), sheet.getColumnWidth(2)); // 10 
and '10' should be sized equally
         assertEquals(sheet.getColumnWidth(3), sheet.getColumnWidth(0)); // 
formula result is unknown, the width is calculated  for '0'
         assertEquals(sheet.getColumnWidth(4), sheet.getColumnWidth(5)); // 
10.0000 and '10.0000'
@@ -95,7 +95,7 @@ public abstract class BaseTestSheetAutos
 
         for (int i = 0; i < 6; i++) sheet.autoSizeColumn(i);
 
-        assertTrue(sheet.getColumnWidth(0) < sheet.getColumnWidth(1));  // 
width of '0' is less then width of '10'
+        assertTrue(sheet.getColumnWidth(0) < sheet.getColumnWidth(1));  // 
width of '0' is less than width of '10'
         assertEquals(sheet.getColumnWidth(1), sheet.getColumnWidth(2)); // 
columns 1, 2 and 3 should have the same width
         assertEquals(sheet.getColumnWidth(2), sheet.getColumnWidth(3)); // 
columns 1, 2 and 3 should have the same width
         assertEquals(sheet.getColumnWidth(4), sheet.getColumnWidth(5)); // 
10.0000 and '10.0000'



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to