From af9364710bb9cdb6ba8e1e6f82df5f1c4a8eb963 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 23 Sep 2021 17:11:33 +0000 Subject: [PATCH] javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893571 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java index 98cb1933a3..47a5350fd3 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java +++ b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java @@ -68,7 +68,7 @@ import org.apache.xml.security.signature.XMLSignature; /** * This class bundles the configuration options used for the existing * signature facets. - * Apart of the thread local members (e.g. opc-package) most values will probably be constant, so + * Apart from the thread local members (e.g. opc-package) most values will probably be constant, so * it might be configured centrally (e.g. by spring) */ @SuppressWarnings({"unused","WeakerAccess"}) -- 2.39.5