aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/event
diff options
context:
space:
mode:
authorReuben Thomas <reuben.thomas@me.com>2021-02-17 23:32:12 +0000
committerDavid Robillard <d@drobilla.net>2021-02-22 11:53:44 -0500
commitdb715453bc12ac1d91183d3bc3642e4055c9aa26 (patch)
tree968627f7be167725eaa44fc51b65854c67890324 /lv2/event
parentba34a58b32839491335b5bcbda46e11c4b209cbc (diff)
downloadlv2-db715453bc12ac1d91183d3bc3642e4055c9aa26.tar.xz
Fix typos in docstrings
Diffstat (limited to 'lv2/event')
-rw-r--r--lv2/event/event.h2
1 files changed, 1 insertions, 1 deletions
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