From 016f5e3e3b743d56c6c739105e9a991a6d4c5ab5 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 29 Nov 2020 14:06:16 -0800 Subject: [PATCH] Update wavereader.rs Fixed typo --- src/wavereader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wavereader.rs b/src/wavereader.rs index 5b42fb7..5fb17cd 100644 --- a/src/wavereader.rs +++ b/src/wavereader.rs @@ -65,7 +65,7 @@ impl WaveReader { * This function does a minimal validation on the provided stream and * will return an `Err(errors::Error)` immediately if there is a structural * inconsistency that makes the stream unreadable or if it's missing - * essential components that make interpreting the audio data impoossible. + * essential components that make interpreting the audio data impossible. * * ```rust * use std::fs::File;