]> source.dussan.org Git - poi.git/commitdiff
javadoc typos
authorPJ Fanning <fanningpj@apache.org>
Mon, 13 Mar 2023 23:56:39 +0000 (23:56 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 13 Mar 2023 23:56:39 +0000 (23:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908363 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/util/ExceptionUtil.java

index 5e41052ede790bc8949e4e66bd4b9c8af6f37502..f5c0e15e167024df9f0e718f040ba519ae8fe789 100644 (file)
@@ -17,7 +17,7 @@
 package org.apache.poi.util;
 
 /**
- * Utilitity methods for dealing with exceptions/throwables
+ * Utility methods for dealing with exceptions/throwables
  *
  * @since POI 5.2.4
  */
@@ -44,7 +44,7 @@ public class ExceptionUtil {
      * Designed to be used in conjunction with {@link #isFatal(Throwable)}.
      * This method should be used with care.
      * <p>
-     *     The input throwable is thrown if it is an <code>Error</code> or <code>RuntimeException</code>.
+     *     The input throwable is thrown if it is an <code>Error</code> or <code>RuntimeException</code>.
      *     Otherwise, the method wraps the throwable in a RuntimeException and rethrows that.
      * </p>
      *