summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ingenams2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ingenams b/scripts/ingenams
index 3f7ee48f..453e555a 100755
--- a/scripts/ingenams
+++ b/scripts/ingenams
@@ -170,7 +170,7 @@ class Patch:
def ladspa_module(world, mod_id, x, y, poly, lib, label):
lv2_uri = ''
- # Kludge LADSPA library and label to Fomp LV2 URIs where applicable
+ # Kludge LADSPA library and label to LV2 URIs where applicable
if lib == 'blvco':
lv2_uri = fomp_prefix + label.lower().replace('-', '_')
elif lib == 'mvclpf24' or lib == 'mvchpf24':