mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-11 11:25:13 +00:00
Fixed typo
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user