From 99a463c3008754212f518bbb215d14f775db8520 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 22 Jul 2021 12:42:42 +0000 Subject: [PATCH] fix spelling git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891715 13f79535-47bb-0310-9956-ffa450edef68 --- .../poi/examples/hpsf/ModifyDocumentSummaryInformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } -- 2.39.5