mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
fix typo (#13116)
This commit is contained in:
2
.github/actions/spell-check/expect.txt
vendored
2
.github/actions/spell-check/expect.txt
vendored
@@ -127,7 +127,7 @@ Autorun
|
|||||||
AUTOSIZECOLUMNS
|
AUTOSIZECOLUMNS
|
||||||
AUTOUPDATE
|
AUTOUPDATE
|
||||||
AValid
|
AValid
|
||||||
avialable
|
available
|
||||||
awakeversion
|
awakeversion
|
||||||
AWAYMODE
|
AWAYMODE
|
||||||
AYUV
|
AYUV
|
||||||
|
|||||||
@@ -261,7 +261,7 @@ IMFSample* ConvertIMFVideoSample(const MFT_REGISTER_TYPE_INFO& inputType,
|
|||||||
|
|
||||||
if (!videoDecoderActivated)
|
if (!videoDecoderActivated)
|
||||||
{
|
{
|
||||||
LOG("No converter avialable for the selected format");
|
LOG("No converter available for the selected format");
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user