mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
fix typo (#13116)
This commit is contained in:
@@ -261,7 +261,7 @@ IMFSample* ConvertIMFVideoSample(const MFT_REGISTER_TYPE_INFO& inputType,
|
||||
|
||||
if (!videoDecoderActivated)
|
||||
{
|
||||
LOG("No converter avialable for the selected format");
|
||||
LOG("No converter available for the selected format");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user