From d3c15bf070ff6214cd48fa04027ee5d105bc38b7 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 28 Aug 2024 12:47:29 +1000 Subject: [PATCH] spello --- src/tangara/audio/audio_decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tangara/audio/audio_decoder.cpp b/src/tangara/audio/audio_decoder.cpp index 992444f0..8c0b264f 100644 --- a/src/tangara/audio/audio_decoder.cpp +++ b/src/tangara/audio/audio_decoder.cpp @@ -188,7 +188,7 @@ auto Decoder::continueDecode() -> bool { } // We might have already cleaned up the codec if the last decode pass of the - // stream resulted in leftoverr samples. + // stream resulted in leftover samples. if (!codec_) { return false; }