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/event | |
parent | ba34a58b32839491335b5bcbda46e11c4b209cbc (diff) | |
download | lv2-db715453bc12ac1d91183d3bc3642e4055c9aa26.tar.xz |
Fix typos in docstrings
Diffstat (limited to 'lv2/event')
-rw-r--r-- | lv2/event/event.h | 2 |
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 |