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/event/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/event') diff --git a/lv2/event/event.h b/lv2/event/event.h index d55d5cf..045ac12 100644 --- a/lv2/event/event.h +++ b/lv2/event/event.h @@ -61,7 +61,7 @@ LV2_DISABLE_DEPRECATION_WARNINGS /** The best Pulses Per Quarter Note for tempo-based uint32_t timestamps. - Equal to 2^12 * 5 * 7 * 9 * 11 * 13 * 17, which is evenly divisble + Equal to 2^12 * 5 * 7 * 9 * 11 * 13 * 17, which is evenly divisible by all integers from 1 through 18 inclusive, and powers of 2 up to 2^12. */ LV2_DEPRECATED -- cgit v1.2.1