decoder/thread: fix typo in comment

This commit is contained in:
Max Kellermann 2016-02-26 16:48:23 +01:00
parent d9e8ce22cb
commit 1388b3219a

View File

@ -368,7 +368,7 @@ decoder_run_song(DecoderControl &dc,
}
if (decoder.error.IsDefined()) {
/* copy the Error from sruct Decoder to
/* copy the Error from struct Decoder to
DecoderControl */
dc.state = DecoderState::ERROR;
dc.error = std::move(decoder.error);