diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | suil/suil.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +suil (9999) unstable; + + * Fix typo in suil_ui_supported() documentation + + -- David Robillard <d@drobilla.net> + suil (0.6.2) stable; * Fix crashes when wrapper widget is destroyed by toolkit before diff --git a/suil/suil.h b/suil/suil.h index 1ffafcc..cf7cf8f 100644 --- a/suil/suil.h +++ b/suil/suil.h @@ -149,7 +149,7 @@ suil_host_free(SuilHost* host); @param ui_type_uri The URI of the UI widget type. @return 0 if wrapping is unsupported, otherwise the quality of the wrapping where 1 is the highest quality (direct native embedding with no wrapping) - and increaing values are of a progressively lower quality and/or stability. + and increasing values are of a progressively lower quality and/or stability. */ SUIL_API unsigned |