mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-03 19:39:07 +08:00
fix typo (#13116)
This commit is contained in:
parent
bdeb96d0a7
commit
1495285a6a
2
.github/actions/spell-check/expect.txt
vendored
2
.github/actions/spell-check/expect.txt
vendored
@ -127,7 +127,7 @@ Autorun
|
||||
AUTOSIZECOLUMNS
|
||||
AUTOUPDATE
|
||||
AValid
|
||||
avialable
|
||||
available
|
||||
awakeversion
|
||||
AWAYMODE
|
||||
AYUV
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user