summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-09-26 20:51:26 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-09-26 20:51:26 +0300
commit4cdf3d58e832708671c734de56e0e08496593c61 (patch)
treedadeaac7366cdb38d0055fcfa0c3fae5b3c3722a
parent10820f2863a4cb0bdb6b1bbed532be9abfdb1dd5 (diff)
s/tragety/strategy/
-rw-r--r--spec/flac.fspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/flac.fspec b/spec/flac.fspec
index a59ab2a..002a84e 100644
--- a/spec/flac.fspec
+++ b/spec/flac.fspec
@@ -109,7 +109,7 @@ struct flac {
u4 channel_assignment;
u3 sample_size_in_bits;
u1 reserved2 nul;
- select (blocking_stragety) {
+ select (blocking_strategy) {
0) u8 frame['\0':7] | encoding('utf8') hex;
1) u8 sample['\0':6] | encoding('utf8') hex;
} index;