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/state/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/state') diff --git a/lv2/state/state.h b/lv2/state/state.h index 70972d8..e526d85 100644 --- a/lv2/state/state.h +++ b/lv2/state/state.h @@ -76,7 +76,7 @@ typedef enum { Values with this flag contain no pointers or references to other areas of memory. It is safe to copy POD values with a simple memcpy and store them for the duration of the process. A POD value is not necessarily - safe to trasmit between processes or machines (for example, filenames + safe to transmit between processes or machines (for example, filenames are POD), see LV2_STATE_IS_PORTABLE for details. Implementations MUST NOT attempt to copy or serialise a non-POD value if -- cgit v1.2.1