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:
@@ -32,8 +32,11 @@
|
||||
|
||||
namespace Aaru.Decoders.SCSI;
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
public static class VendorString
|
||||
{
|
||||
[SuppressMessage("ReSharper", "StringLiteralTypo")]
|
||||
public static string Prettify(string scsiVendorString)
|
||||
{
|
||||
switch(scsiVendorString)
|
||||
|
||||
Reference in New Issue
Block a user