From db715453bc12ac1d91183d3bc3642e4055c9aa26 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 17 Feb 2021 23:32:12 +0000 Subject: Fix typos in docstrings --- lv2/log/logger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/log') 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. @{ */ -- cgit v1.2.1