fix spelling

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-07-22 12:42:42 +00:00
parent 4abda38ceb
commit 99a463c300
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public final class ModifyDocumentSummaryInformation {
/* Write the POI filesystem back to the original file. Please note that
* in production code you should take care when write directly to the
* origin, to make sure you don't loose things on error */
* origin, to make sure you don't lose things on error */
poifs.writeFilesystem();
}
}