https://bugs.linuxfoundation.org/show_bug.cgi?id=1300

             Bug #: 1300
           Summary: typos in SPDX 2.0 Spec
           Product: SPDX
           Version: 2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Spec
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


One of my colleagues pointed out a few typos in examples in the Spec.
Here's the first one, I'll add more if he tells me more...


"chttp://spdx.org/rdf/terms#hecksumAlgorithm_sha1";
"chttp://spdx.org/rdf/terms#hecksumAlgorithm_md5";

Should be
"http://spdx.org/rdf/terms#checksumAlgorithm_sha1";
"http://spdx.org/rdf/terms#checksumAlgorithm_md5";

In Section 4.4.7

4.4.7 RDF: property spdx:Checksum in class spdx:File
Example:
<File rdf:about="">
 <checksum>
 <Checksum>
<algorithm rdf:resource="chttp://spdx.org/rdf/terms#hecksumAlgorithm_sha1"/>
 <checksumValue>d6a770ba38583ed4bb4525bd96e50461655d2758
 </checksumValue>
 </Checksum>
 <Checksum>
<algorithm rdf:resource="chttp://spdx.org/rdf/terms#hecksumAlgorithm_md5"/>
<checksumValue> 624c1abb3664f4b35547e7c73864ad24
</checksumValue>
 </Checksum>
 </checksum>
</File>

-- 
Configure bugmail: https://bugs.linuxfoundation.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Spdx-tech mailing list
[email protected]
https://lists.spdx.org/mailman/listinfo/spdx-tech

Reply via email to