decoder/thread: fix typo in comment
This commit is contained in:
parent
d9e8ce22cb
commit
1388b3219a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user