payload.rs: Fixed two typoes #581

Merged
lx merged 2 commits from jpds/garage:payload-typoes into main 2023-06-09 08:59:48 +00:00
Showing only changes of commit 180992d0f1 - Show all commits

View file

@ -185,7 +185,7 @@ fn parse_query_authorization(
if duration > 7 * 24 * 3600 {
return Err(Error::bad_request(
"X-Amz-Exprires may not exceed a week".to_string(),
"X-Amz-Expires may not exceed a week".to_string(),
));
}