Skip to content

Commit 5ec231b

Browse files
authored
fix: typo (#5044)
1 parent aa4ec60 commit 5ec231b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/bytes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func (s *Service) bytesUploadHandler(w http.ResponseWriter, r *http.Request) {
109109
logger.Error(nil, "split write all failed")
110110
switch {
111111
case errors.Is(err, postage.ErrBucketFull):
112-
jsonhttp.PaymentRequired(ow, "batch is over issued")
112+
jsonhttp.PaymentRequired(ow, "batch is overissued")
113113
default:
114114
jsonhttp.InternalServerError(ow, "split write all failed")
115115
}

0 commit comments

Comments
 (0)