General code style and feature fixes.

This commit is contained in:
2022-11-15 01:35:06 +00:00
parent 4961069eb1
commit 7e9c847033

View File

@@ -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)