mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
Fixed misspelling
This commit is contained in:
@@ -560,7 +560,7 @@ impl<R: Read + Seek> WaveReader<R> {
|
|||||||
impl<R: Read + Seek> WaveReader<R> {
|
impl<R: Read + Seek> WaveReader<R> {
|
||||||
// Private implementation
|
// Private implementation
|
||||||
//
|
//
|
||||||
// As time passes thi get smore obnoxious because I haven't implemented recursive chunk
|
// As time passes this get smore obnoxious because I haven't implemented recursive chunk
|
||||||
// parsing in the raw parser and I'm working around it
|
// parsing in the raw parser and I'm working around it
|
||||||
|
|
||||||
// fn chunk_reader(&mut self, signature: FourCC, at_index: u32) -> Result<RawChunkReader<R>, ParserError> {
|
// fn chunk_reader(&mut self, signature: FourCC, at_index: u32) -> Result<RawChunkReader<R>, ParserError> {
|
||||||
|
|||||||
Reference in New Issue
Block a user