]> source.dussan.org Git - poi.git/commitdiff
typo
authorPJ Fanning <fanningpj@apache.org>
Mon, 13 Dec 2021 11:24:48 +0000 (11:24 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 13 Dec 2021 11:24:48 +0000 (11:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895875 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/unmarshallers/PackagePropertiesUnmarshaller.java

index bc2d36ba73aaaff264e0c89f633306cf742363b4..58fe525dc4fe4c2c735d7e9b2cb85f5e531d78eb 100644 (file)
@@ -269,7 +269,7 @@ public final class PackagePropertiesUnmarshaller implements PartUnmarshaller {
             // DCTerms namespace only use with 'created' and 'modified' elements
             if (!(elName.equals(KEYWORD_CREATED) || elName.equals(KEYWORD_MODIFIED))) {
                 throw new InvalidFormatException("Namespace error : " + elName
-                        + " shouldn't have the following naemspace -> "
+                        + " shouldn't have the following namespace -> "
                         + PackageProperties.NAMESPACE_DCTERMS);
             }