From 68d00913b6f895d1aa7a761c4df4a88a5450ace2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 12 Feb 2025 04:12:55 -0500 Subject: Fix typos --- include/suil/suil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/suil/suil.h') diff --git a/include/suil/suil.h b/include/suil/suil.h index 5fd3294..c708abb 100644 --- a/include/suil/suil.h +++ b/include/suil/suil.h @@ -187,7 +187,7 @@ typedef void* SuilWidget; /** Instantiate a UI for an LV2 plugin. - This funcion may load a suil module to adapt the UI to the desired toolkit. + This function may load a suil module to adapt the UI to the desired toolkit. Suil is configured at compile time to load modules from the appropriate place, but this can be changed at run-time via the environment variable SUIL_MODULE_DIR. This makes it possible to bundle suil with an application. -- cgit v1.2.1