diff --git a/src/wavereader.rs b/src/wavereader.rs index 7a7f78f..750dea4 100644 --- a/src/wavereader.rs +++ b/src/wavereader.rs @@ -560,7 +560,7 @@ impl WaveReader { impl WaveReader { // 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 // fn chunk_reader(&mut self, signature: FourCC, at_index: u32) -> Result, ParserError> {