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