mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix typo in asymmetrical. Fixes #311
This commit is contained in:
@@ -352,19 +352,19 @@ namespace Aaru.Decoders.SCSI
|
||||
switch((TGPSValues)response.TPGS)
|
||||
{
|
||||
case TGPSValues.NotSupported:
|
||||
sb.AppendLine("Device does not support assymetrical access");
|
||||
sb.AppendLine("Device does not support asymmetrical access");
|
||||
|
||||
break;
|
||||
case TGPSValues.OnlyImplicit:
|
||||
sb.AppendLine("Device only supports implicit assymetrical access");
|
||||
sb.AppendLine("Device only supports implicit asymmetrical access");
|
||||
|
||||
break;
|
||||
case TGPSValues.OnlyExplicit:
|
||||
sb.AppendLine("Device only supports explicit assymetrical access");
|
||||
sb.AppendLine("Device only supports explicit asymmetrical access");
|
||||
|
||||
break;
|
||||
case TGPSValues.Both:
|
||||
sb.AppendLine("Device supports implicit and explicit assymetrical access");
|
||||
sb.AppendLine("Device supports implicit and explicit asymmetrical access");
|
||||
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user