Video decoder: typo

This commit is contained in:
Martin Pulec
2019-06-11 10:39:03 +02:00
parent 41bd8c580a
commit c29a3cbe82

View File

@@ -1239,7 +1239,7 @@ static bool reconfigure_decoder(struct state_video_decoder *decoder,
<< display_desc << "\n";
return false;
}
LOG(LOG_LEVEL_NOTICE) << MOD_NAME << "Sucessfully reconfigured display to "
LOG(LOG_LEVEL_NOTICE) << MOD_NAME << "Successfully reconfigured display to "
<< display_desc << "\n";
decoder->display_desc = display_desc;