From 6c3aac7a28cd0a1e47cb52e2576eea788b365319 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 13 Mar 2023 23:56:39 +0000 Subject: [PATCH] javadoc typos 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poi/src/main/java/org/apache/poi/util/ExceptionUtil.java b/poi/src/main/java/org/apache/poi/util/ExceptionUtil.java index 5e41052ede..f5c0e15e16 100644 --- a/poi/src/main/java/org/apache/poi/util/ExceptionUtil.java +++ b/poi/src/main/java/org/apache/poi/util/ExceptionUtil.java @@ -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. *

- * The input throwable is thrown if it is an Error or RuntimeException. + * The input throwable is thrown if it is an Error or a RuntimeException. * Otherwise, the method wraps the throwable in a RuntimeException and rethrows that. *

* -- 2.39.5