javadoc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893571 13f79535-47bb-0310-9956-ffa450edef68
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 98cb193..47a5350 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 @@
 /**
  * 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"})