From 2026fced442f3bf2c486a0f267448a07cb0788b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Feb 2025 04:12:17 -0500 Subject: Fix typos --- bindings/test/bindings_test_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/test/bindings_test_plugin.c') 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 -- cgit v1.2.1