From 3240852e498c9b2d9f4b6f0b5dafe6a1aab8ef38 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 1 Aug 2025 20:33:44 +0100 Subject: [PATCH] Update POIException.java --- poi/src/main/java/org/apache/poi/POIException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poi/src/main/java/org/apache/poi/POIException.java b/poi/src/main/java/org/apache/poi/POIException.java index 106f82596a..ef656b6598 100644 --- a/poi/src/main/java/org/apache/poi/POIException.java +++ b/poi/src/main/java/org/apache/poi/POIException.java @@ -21,7 +21,7 @@ package org.apache.poi; * but this is intended to be a base class for some new POI exceptions. * Historically, POI has used {@link RuntimeException} for most of its * exceptions, but this is not a good practice. This class is a checked - * class that extends {@link Exception} so needs to be explictly + * class that extends {@link Exception} so needs to be explicitly * caught or declared in the method signature. * * @since POI 5.5.0