aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-07-22 12:42:42 +0000
committerPJ Fanning <fanningpj@apache.org>2021-07-22 12:42:42 +0000
commit99a463c3008754212f518bbb215d14f775db8520 (patch)
tree41b8cb9439fbc5b4f1157202c05c079a8fe1b399
parent4abda38ceb4de2d3d9e6547e99950856aa079ba9 (diff)
downloadpoi-99a463c3008754212f518bbb215d14f775db8520.tar.gz
poi-99a463c3008754212f518bbb215d14f775db8520.zip
fix spelling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891715 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java b/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java
index c3f5cf8f22..371791beaf 100644
--- a/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java
+++ b/poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java
@@ -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();
}
}