Fix typos and add new words to dictionary.

This commit is contained in:
2022-11-13 19:09:08 +00:00
parent 22dedb27bc
commit d7577c9880
20 changed files with 43 additions and 30 deletions

View File

@@ -75,7 +75,7 @@ public static class PMA
if(decoded.DataLength + 2 != CDPMAResponse.Length)
{
AaruConsole.DebugWriteLine("CD PMA decoder",
"Expected CDPMA size ({0} bytes) is not received size ({1} bytes), not decoding",
"Expected CD PMA size ({0} bytes) is not received size ({1} bytes), not decoding",
decoded.DataLength + 2, CDPMAResponse.Length);
return null;