Fixed typo

This commit is contained in:
Uwe Seimet 2021-12-19 12:09:49 +01:00
parent 29fa5c2f96
commit bbf153ccd6

View File

@ -161,7 +161,7 @@ enum PbOperation {
// "file": The filename, relative to the default image folder. It must not contain a slash.
UNPROTECT_IMAGE = 29;
// Check whether an authentication token is valid. A client can use this in operationin order to
// Check whether an authentication token is valid. A client can use this operation in order to
// find out whether rascsi authentication is enable or to use rascsi authentication for securing
// client-internal operations.
CHECK_AUTHENTICATION = 30;