aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom/forge.h
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/atom/forge.h
parentba34a58b32839491335b5bcbda46e11c4b209cbc (diff)
downloadlv2-db715453bc12ac1d91183d3bc3642e4055c9aa26.tar.xz
Fix typos in docstrings
Diffstat (limited to 'lv2/atom/forge.h')
-rw-r--r--lv2/atom/forge.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lv2/atom/forge.h b/lv2/atom/forge.h
index 714df7e..5cf3551 100644
--- a/lv2/atom/forge.h
+++ b/lv2/atom/forge.h
@@ -27,8 +27,8 @@
must be popped when the container is finished.
All output is written to a user-provided buffer or sink function. This
- makes it popssible to create create atoms on the stack, on the heap, in LV2
- port buffers, in a ringbuffer, or elsewhere, all using the same API.
+ makes it possible to create atoms on the stack, on the heap, in LV2 port
+ buffers, in a ringbuffer, or elsewhere, all using the same API.
This entire API is realtime safe if used with a buffer or a realtime safe
sink, except lv2_atom_forge_init() which is only realtime safe if the URI
@@ -282,7 +282,7 @@ lv2_atom_forge_set_sink(LV2_Atom_Forge* forge,
/**
Write raw output. This is used internally, but is also useful for writing
atom types not explicitly supported by the forge API. Note the caller is
- responsible for ensuring the output is approriately padded.
+ responsible for ensuring the output is appropriately padded.
*/
static inline LV2_Atom_Forge_Ref
lv2_atom_forge_raw(LV2_Atom_Forge* forge, const void* data, uint32_t size)