Fixed typo

This commit is contained in:
Uwe Seimet
2021-12-19 12:38:35 +01:00
parent cb1b498459
commit fc783e6a43
+1 -1
View File
@@ -198,7 +198,7 @@ message PbOperationInfo {
}
// rascsi special purpose error codes for cases where a textual error message may not be not sufficient.
/// The client may react on this code, e.g. by prompting the user for an authentication token.
// The client may react on this code, e.g. by prompting the user for an authentication token.
enum PbErrorCode {
// No error code available
NO_ERROR_CODE = 0;