Commit a9678f0a authored by Max Kellermann's avatar Max Kellermann

decoder/opus: fix minor typo

parent 461f298d
......@@ -201,7 +201,7 @@ LoadEOSPacket(InputStream &is, Decoder *decoder, int serialno,
if (!is.CheapSeeking())
/* we do this for local files only, because seeking
around remote files is expensive and not worth the
troubl */
trouble */
return false;
const auto old_offset = is.GetOffset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment