rpc: Be more explicit about what the string error message is for (typo)

This commit is contained in:
Ian Jackson 2023-04-04 15:47:53 +01:00
parent 1bc8bb4fb4
commit 9f8ba36814
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ The `error` field is itself an object, with the following fields:
message
: A String providing a short human-readable description of the error.
Clients SHOUDL NOT rely on any aspect of the format of this String,
Clients SHOULD NOT rely on any aspect of the format of this String,
or do anything with it besides display it to the end user.
(This is generated by `tor_error::Report` or equivalant.)