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/atom/forge.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lv2/atom') 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) -- cgit v1.2.1