aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-18 16:18:06 -0400
committerDavid Robillard <d@drobilla.net>2022-05-18 16:20:06 -0400
commit5857ea2add288254982aab3be2aa0634d3560cc6 (patch)
tree2d5ac1a80d294c51f701d56c4df17fb6542554dc
parentf2d97030cfe3d809b2a117d777dc09f56a198f2d (diff)
downloadlv2-5857ea2add288254982aab3be2aa0634d3560cc6.tar.xz
Fix typos
-rw-r--r--lv2/port-groups/port-groups.ttl2
-rw-r--r--plugins/wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/lv2/port-groups/port-groups.ttl b/lv2/port-groups/port-groups.ttl
index 5173aa0..2806821 100644
--- a/lv2/port-groups/port-groups.ttl
+++ b/lv2/port-groups/port-groups.ttl
@@ -21,7 +21,7 @@ pg:Group
owl:cardinality 1 ;
rdfs:comment "A Group MUST have exactly one string lv2:symbol."
] ;
- rdfs:comment "A set of ports that are logicaly grouped together." .
+ rdfs:comment "A set of ports that are logically grouped together." .
pg:InputGroup
a rdfs:Class ;
diff --git a/plugins/wscript b/plugins/wscript
index f5f6571..590a529 100644
--- a/plugins/wscript
+++ b/plugins/wscript
@@ -6,7 +6,7 @@ import waflib.Logs as Logs
import literasc
-def confgure(conf):
+def configure(conf):
pass
def bld_book_src(task):