aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-22 00:13:19 +0000
committerDavid Robillard <d@drobilla.net>2011-12-22 00:13:19 +0000
commita1296863a7ed9339b91baee84cb15aff75f98461 (patch)
tree7dadfa59e7b0bcbfe42c1ff2dd1def5d2cb391e6
parentc3c7e4d2b5e3407c4a805415c2f6283e59d9b992 (diff)
downloadlv2-a1296863a7ed9339b91baee84cb15aff75f98461.tar.xz
Fix search/replace oops.
-rw-r--r--lv2/ns/ext/state/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/ns/ext/state/state.h b/lv2/ns/ext/state/state.h
index 3d39012..f326ee0 100644
--- a/lv2/ns/ext/state/state.h
+++ b/lv2/ns/ext/state/state.h
@@ -55,7 +55,7 @@ typedef enum {
/**
Plain Old Data.
- Values with this flag contain no references to non-stateent or
+ Values with this flag contain no references to non-persistent or
non-global resources (e.g. pointers, handles, local paths, etc.). It is
safe to copy POD values with a simple memcpy and store them for use at
any time in the future on a machine with a compatible architecture