diff options
-rw-r--r-- | include/suil/suil.h | 2 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/meson.build b/meson.build index 44dd075..665f4f7 100644 --- a/meson.build +++ b/meson.build @@ -321,7 +321,7 @@ suil_dep = declare_dependency( link_with: libsuil, ) -# Generage pkg-config file for external dependants +# Generate pkg-config file for external dependants pkg.generate( libsuil, description: 'Library for loading and wrapping LV2 plugin UIs', |