Skip to content

Commit

Permalink
comment: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Oct 29, 2024
1 parent 873ab93 commit 32aeb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (me MetaError) Unwrap() error {

func is400(err error) bool {
// proxy requests are super simple (clients basically only pass bytes), so the only 400 possible
// is passing a blog that's too big.
// is passing a blob that's too big.
//
// Any 400s returned by the disperser are due to formatting bugs in proxy code, for eg. badly
// IFFT'ing or encoding the blob, so we shouldn't return a 400 to the client.
Expand Down

0 comments on commit 32aeb17

Please sign in to comment.