typo in log message

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-11-08 10:30:28 +00:00
parent 37e8f72493
commit ee110ed126
1 changed files with 1 additions and 1 deletions

View 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 {