diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 04:12:55 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 04:12:55 -0500 |
commit | 68d00913b6f895d1aa7a761c4df4a88a5450ace2 (patch) | |
tree | dc7561309583833bc4a1cb076dc2d6e02c8a531a /include | |
parent | ec75b0a9350aea0f8e45f4128d23f2faafd5e3ee (diff) | |
download | suil-main.tar.gz suil-main.tar.bz2 suil-main.zip |
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. |