]> source.dussan.org Git - poi.git/commitdiff
[github-298] fix case issue in CORE_PROPERTIES_ECMA376
authorPJ Fanning <fanningpj@apache.org>
Sun, 23 Jan 2022 14:26:24 +0000 (14:26 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 23 Jan 2022 14:26:24 +0000 (14:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897372 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipTypes.java

index b5a13f875bde8ccfcaf1242e91316dbb5d66901d..1dc1529a8bfc721bfb157ba8e658bb1c1287898c 100644 (file)
@@ -26,7 +26,7 @@ public interface PackageRelationshipTypes {
      *
      *  <p>
      *  The standard specifies a source relations ship for the Core File Properties part as follows:
-     *  <code>http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties.</code>
+     *  <code>http://schemas.openxmlformats.org/officeDocument/2006/relationships/metadata/core-properties.</code>
      *  </p>
      *  <p>
      *   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