]> source.dussan.org Git - poi.git/commitdiff
typo in log message
authorPJ Fanning <fanningpj@apache.org>
Mon, 8 Nov 2021 10:30:28 +0000 (10:30 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 8 Nov 2021 10:30:28 +0000 (10:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894828 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipArchiveFakeEntry.java

index 5c3e78ac8e360a3605d147d96839a7e2c405f063..3ed62973d291f31419001f70be6e4144f35636e0 100644 (file)
@@ -80,7 +80,7 @@ import org.apache.poi.util.TempFile;
             try {
                 return encryptedTempData.getInputStream();
             } catch (IOException e) {
-                throw new RuntimeException("failed to read from encryped temp data", e);
+                throw new RuntimeException("failed to read from encrypted temp data", e);
             }
         } else if (tempFile != null) {
             try {