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

@@ -960,6 +960,7 @@ public static class PFI
}
}
[SuppressMessage("ReSharper", "StringLiteralTypo")]
public static string ManufacturerFromDVDPlusID(string manufacturerId)
{
var manufacturer = "";

View File

@@ -477,6 +477,7 @@ public static class PRI
public static string Prettify(byte[] response) => Prettify(Decode(response));
[SuppressMessage("ReSharper", "StringLiteralTypo")]
public static string ManufacturerFromPrePit(string manufacturerId)
{
var manufacturer = "";