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/log | |
parent | ba34a58b32839491335b5bcbda46e11c4b209cbc (diff) | |
download | lv2-db715453bc12ac1d91183d3bc3642e4055c9aa26.tar.xz |
Fix typos in docstrings
Diffstat (limited to 'lv2/log')
-rw-r--r-- | lv2/log/logger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/log/logger.h b/lv2/log/logger.h index e12b0eb..d6919a2 100644 --- a/lv2/log/logger.h +++ b/lv2/log/logger.h @@ -23,7 +23,7 @@ Convenience API for easy logging in plugin code. This API provides simple wrappers for logging from a plugin, which automatically fall back to - printing to stderr if host support is unavailabe. + printing to stderr if host support is unavailable. @{ */ |