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 /src/plugin.c | |
parent | 43b3ea33dff3da7e91b59a67bca5616da7d32121 (diff) | |
download | lilv-2026fced442f3bf2c486a0f267448a07cb0788b5.tar.gz lilv-2026fced442f3bf2c486a0f267448a07cb0788b5.tar.bz2 lilv-2026fced442f3bf2c486a0f267448a07cb0788b5.zip |
Fix typos
Diffstat (limited to 'src/plugin.c')
-rw-r--r-- | src/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c index d828f6f..c82bb65 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -307,7 +307,7 @@ lilv_plugin_load_ports_if_necessary(const LilvPlugin* const_plugin) plugin->num_ports = this_index + 1; } - // Havn't seen this port yet, add it to array + // Haven't seen this port yet, add it to array if (!this_port) { this_port = lilv_port_new( plugin->world, port, this_index, lilv_node_as_string(symbol)); |