diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-09-26 20:51:26 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-09-26 20:51:26 +0300 |
commit | 4cdf3d58e832708671c734de56e0e08496593c61 (patch) | |
tree | dadeaac7366cdb38d0055fcfa0c3fae5b3c3722a /spec | |
parent | 10820f2863a4cb0bdb6b1bbed532be9abfdb1dd5 (diff) |
s/tragety/strategy/
Diffstat (limited to 'spec')
-rw-r--r-- | spec/flac.fspec | 2 |
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; |