From: PJ Fanning Date: Sun, 23 Jan 2022 14:26:24 +0000 (+0000) Subject: [github-298] fix case issue in CORE_PROPERTIES_ECMA376 X-Git-Tag: REL_5_2_1~162 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=981b1ccf033eeb291c6a915cdd6a04958b2f111b;p=poi.git [github-298] fix case issue in CORE_PROPERTIES_ECMA376 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897372 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipTypes.java b/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipTypes.java index b5a13f875b..1dc1529a8b 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipTypes.java +++ b/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipTypes.java @@ -26,7 +26,7 @@ public interface PackageRelationshipTypes { * *

* The standard specifies a source relations ship for the Core File Properties part as follows: - * http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties. + * http://schemas.openxmlformats.org/officeDocument/2006/relationships/metadata/core-properties. *

*

* Office uses the following source relationship for the Core File Properties part: @@ -37,9 +37,9 @@ public interface PackageRelationshipTypes { String CORE_PROPERTIES = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties"; /** - * Core properties relationship type as defiend in ECMA 376. + * Core properties relationship type as defined in ECMA 376. */ - String CORE_PROPERTIES_ECMA376 = "http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties"; + String CORE_PROPERTIES_ECMA376 = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/metadata/core-properties"; /** * Namespace of Core properties relationship type as defined in ECMA 376