Fixed typo

This commit is contained in:
Uwe Seimet
2021-08-29 15:30:40 +02:00
parent 27225acbce
commit d099f31ccb

View File

@@ -51,7 +51,7 @@ enum PbOperation {
// The properties supported by a device, helping clients to offer a good user experience // The properties supported by a device, helping clients to offer a good user experience
message PbDeviceProperties { message PbDeviceProperties {
// Read-only medium (e.g. CD-ROMs) are not protectable but permanently read-only // Read-only media (e.g. CD-ROMs) are not protectable but permanently read-only
bool read_only = 1; bool read_only = 1;
// Medium can be write-protected // Medium can be write-protected
bool protectable = 2; bool protectable = 2;