diff options
author | David Robillard <d@drobilla.net> | 2025-02-12 08:29:15 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-12 08:29:15 -0500 |
commit | 6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb (patch) | |
tree | 97f0c726f80630af3c1e8f0addb421f2d2578a70 /include/ingen/client/PluginUI.hpp | |
parent | a6f60beda9e8e6b930423c9adb6652a1cb018443 (diff) | |
download | ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.tar.gz ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.tar.bz2 ingen-6e02a3e2e60ffdcebdb2a244dd11e500e108c6bb.zip |
Diffstat (limited to 'include/ingen/client/PluginUI.hpp')
-rw-r--r-- | include/ingen/client/PluginUI.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/client/PluginUI.hpp b/include/ingen/client/PluginUI.hpp index 036872d7..6ecaed89 100644 --- a/include/ingen/client/PluginUI.hpp +++ b/include/ingen/client/PluginUI.hpp @@ -61,7 +61,7 @@ public: /** Instantiate the UI. * - * If true is returned, instantiation was successfull and the widget can be + * If true is returned, instantiation was successful and the widget can be * obtained with get_widget(). Otherwise, instantiation failed, so there is * no widget and the UI can not be used. */ |