diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 04:12:17 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 08:27:46 -0500 |
commit | 2026fced442f3bf2c486a0f267448a07cb0788b5 (patch) | |
tree | 567d2b48fd0b1dd5c27728c76fc673ac9e9a4c45 /bindings | |
parent | 43b3ea33dff3da7e91b59a67bca5616da7d32121 (diff) | |
download | lilv-main.tar.gz lilv-main.tar.bz2 lilv-main.zip |
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/test/bindings_test_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/test/bindings_test_plugin.c b/bindings/test/bindings_test_plugin.c index cdbdbb9..0397db4 100644 --- a/bindings/test/bindings_test_plugin.c +++ b/bindings/test/bindings_test_plugin.c @@ -174,7 +174,7 @@ static const LV2_Descriptor descriptor = {TEST_URI, The lv2_descriptor() function is the entry point to the plugin library. The host will load the library and call this function repeatedly with increasing indices to find all the plugins defined in the library. The index is not an - indentifier, the URI of the returned descriptor is used to determine the + identifier, the URI of the returned descriptor is used to determine the identify of the plugin. This method is in the ``discovery'' threading class, so no other functions |