aboutsummaryrefslogtreecommitdiff
path: root/examples/7-rdfloader
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-03-30 20:58:23 -0400
committerSteve Winslow <steve@swinslow.net>2022-03-30 20:58:23 -0400
commitdf9da3fd5daafbf22e02c6cc946242c60be55854 (patch)
tree5b41e0e2fa6c00e5bf03794ad61172f921a00469 /examples/7-rdfloader
parent7e3a22cfccbda131ebfb0d29e089a274950726ce (diff)
downloadspdx-tools-df9da3fd5daafbf22e02c6cc946242c60be55854.tar.gz
examples: Fix minor typos and wording
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'examples/7-rdfloader')
-rw-r--r--examples/7-rdfloader/exampleRDFLoader.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/7-rdfloader/exampleRDFLoader.go b/examples/7-rdfloader/exampleRDFLoader.go
index 08dc1ba..4eae8c9 100644
--- a/examples/7-rdfloader/exampleRDFLoader.go
+++ b/examples/7-rdfloader/exampleRDFLoader.go
@@ -42,7 +42,7 @@ func main() {
fmt.Println("Some Attributes of the Document:")
fmt.Printf("Document Name: %s\n", doc.CreationInfo.DocumentName)
fmt.Printf("DataLicense: %s\n", doc.CreationInfo.DataLicense)
- fmt.Printf("Document NameSpace: %s\n", doc.CreationInfo.DocumentNamespace)
- fmt.Printf("SPDX Document Version: %s\n", doc.CreationInfo.SPDXVersion)
+ fmt.Printf("Document Namespace: %s\n", doc.CreationInfo.DocumentNamespace)
+ fmt.Printf("SPDX Version: %s\n", doc.CreationInfo.SPDXVersion)
fmt.Println(strings.Repeat("=", 80))
}