Skip to content

Commit 90f1ae7

Browse files
committed
Revert "Update HWPFDocumentCore.java"
This reverts commit 7cf5b04.
1 parent 7cf5b04 commit 90f1ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFDocumentCore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public EncryptionInfo getEncryptionInfo() throws IOException {
297297
pass = Decryptor.DEFAULT_PASSWORD;
298298
}
299299
if (!dec.verifyPassword(pass)) {
300-
throw new EncryptedDocumentException("document is encrypted, password is invalid - use Biff8EncryptionKey.setCurrentUserPassword() to set password before opening");
300+
throw new EncryptedDocumentException("document is encrypted, password is invalid - use Biff8EncryptionKey.setCurrentUserPasswort() to set password before opening");
301301
}
302302
} catch (GeneralSecurityException e) {
303303
throw new IOException(e.getMessage(), e);

0 commit comments

Comments
 (0)