Fix typos and add new words to dictionary.

This commit is contained in:
2022-11-13 19:09:08 +00:00
parent aba872328b
commit bc362e5d4a
16 changed files with 560 additions and 17 deletions

View File

@@ -33,6 +33,7 @@
namespace Aaru.Filesystems;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Text;
using Aaru.CommonTypes;
using Aaru.CommonTypes.Enums;
@@ -392,6 +393,7 @@ public sealed class NintendoPlugin : IFilesystem
return $"unknown code '{regionCode}'";
}
[SuppressMessage("ReSharper", "StringLiteralTypo")]
static string PublisherCodeToString(string publisherCode)
{
switch(publisherCode)