diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/suil/suil.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |