aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/state
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/state')
-rw-r--r--lv2/state/state.h2
1 files changed, 1 insertions, 1 deletions
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