mirror of
https://github.com/aaru-dps/Aaru.Decoders.git
synced 2025-12-16 19:24:32 +00:00
Fix typos and add new words to dictionary.
This commit is contained in:
@@ -960,6 +960,7 @@ public static class PFI
|
||||
}
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "StringLiteralTypo")]
|
||||
public static string ManufacturerFromDVDPlusID(string manufacturerId)
|
||||
{
|
||||
var manufacturer = "";
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user