diff options
author | Reuben Thomas <reuben.thomas@me.com> | 2021-02-17 23:32:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-02-22 11:53:44 -0500 |
commit | db715453bc12ac1d91183d3bc3642e4055c9aa26 (patch) | |
tree | 968627f7be167725eaa44fc51b65854c67890324 /lv2/ui | |
parent | ba34a58b32839491335b5bcbda46e11c4b209cbc (diff) | |
download | lv2-db715453bc12ac1d91183d3bc3642e4055c9aa26.tar.xz |
Fix typos in docstrings
Diffstat (limited to 'lv2/ui')
-rw-r--r-- | lv2/ui/ui.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lv2/ui/ui.h b/lv2/ui/ui.h index 61b3b54..fb41d90 100644 --- a/lv2/ui/ui.h +++ b/lv2/ui/ui.h @@ -202,7 +202,7 @@ typedef struct LV2UI_Descriptor { By default, the host should only call this function for lv2:ControlPort inputs. However, the UI can request updates for other ports statically - with ui:portNotification or dynamicaly with ui:portSubscribe. + with ui:portNotification or dynamically with ui:portSubscribe. The UI MUST NOT retain any reference to `buffer` after this function returns, it is only valid for the duration of the call. @@ -357,7 +357,7 @@ typedef enum { /** Completed successfully. - The host will set the parameter later if the user choses a new value. + The host will set the parameter later if the user chooses a new value. */ LV2UI_REQUEST_VALUE_SUCCESS, @@ -405,7 +405,7 @@ typedef struct { any parameter value. This function returns immediately, and the return value indicates - whether the host can fulfill the request. The host may notify the + whether the host can fulfil the request. The host may notify the plugin about the new parameter value, for example when a file is selected by the user, via the usual mechanism. Typically, the host will send a message to the plugin that sets the new parameter value, and the |