From a69755d8aa14a7b0b5257e44deda0052928b5971 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 18 May 2023 10:18:57 -0700 Subject: [PATCH] Fixed misspelling --- src/wavereader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> {