diff options
author | David Robillard <d@drobilla.net> | 2020-09-12 13:17:19 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-09-12 13:17:19 +0200 |
commit | 16b0529636b07dc0c51fdc89db7b3f21e3688d8f (patch) | |
tree | 64fc4e8cf5f692c06a60a3d2f3c6b54d126efc01 | |
parent | 7d5cd92aa516e05f92c26eb8fd4c9e6a758a9896 (diff) | |
download | lv2-16b0529636b07dc0c51fdc89db7b3f21e3688d8f.tar.xz |
Fix typo in documentation
-rw-r--r-- | lv2/port-groups/port-groups.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/port-groups/port-groups.ttl b/lv2/port-groups/port-groups.ttl index aefe8f8..d248f28 100644 --- a/lv2/port-groups/port-groups.ttl +++ b/lv2/port-groups/port-groups.ttl @@ -57,7 +57,7 @@ pg:sideChainOf a rdf:Property , owl:ObjectProperty ; rdfs:label "side-chain of" ; - rdfs:comment "Port or grou is a side chain of another." . + rdfs:comment "Port or group is a side chain of another." . pg:subGroupOf a rdf:Property , |