mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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:
parent
37e8f72493
commit
ee110ed126
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user