]> source.dussan.org Git - poi.git/commitdiff
fix spelling
authorPJ Fanning <fanningpj@apache.org>
Thu, 22 Jul 2021 12:42:42 +0000 (12:42 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 22 Jul 2021 12:42:42 +0000 (12:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891715 13f79535-47bb-0310-9956-ffa450edef68

poi-examples/src/main/java/org/apache/poi/examples/hpsf/ModifyDocumentSummaryInformation.java

index c3f5cf8f22ac51ebcd00cde96abb41f523c08cda..371791beaff230ae82dbaea041dec159549ee46b 100644 (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();
         }
     }