mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code style and feature fixes.
This commit is contained in:
@@ -466,7 +466,7 @@ public static class EVPD
|
||||
|
||||
break;
|
||||
default:
|
||||
sb.AppendFormat("\tIndentifier has unknown association with code {0}",
|
||||
sb.AppendFormat("\tIdentifier has unknown association with code {0}",
|
||||
(byte)descriptor.Association).AppendLine();
|
||||
|
||||
break;
|
||||
@@ -492,7 +492,7 @@ public static class EVPD
|
||||
_ => $"unknown code {(byte)descriptor.ProtocolIdentifier}"
|
||||
};
|
||||
|
||||
sb.AppendFormat("\tDescriptor referes to {0} protocol", protocol).AppendLine();
|
||||
sb.AppendFormat("\tDescriptor refers to {0} protocol", protocol).AppendLine();
|
||||
}
|
||||
|
||||
switch(descriptor.Type)
|
||||
|
||||
Reference in New Issue
Block a user