diff options
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. @{ */ |