aboutsummaryrefslogtreecommitdiff
path: root/src/api/signature/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/signature/error.rs')
-rw-r--r--src/api/signature/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/signature/error.rs b/src/api/signature/error.rs
index f5a067bd..f0d7c816 100644
--- a/src/api/signature/error.rs
+++ b/src/api/signature/error.rs
@@ -11,7 +11,7 @@ pub enum Error {
Common(CommonError),
/// Authorization Header Malformed
- #[error(display = "Authorization header malformed, expected scope: {}", _0)]
+ #[error(display = "Authorization header malformed, unexpected scope: {}", _0)]
AuthorizationHeaderMalformed(String),
// Category: bad request