Skip to content

Commit 32aeb17

Browse files
committed
comment: fix typo
1 parent 873ab93 commit 32aeb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (me MetaError) Unwrap() error {
2727

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

0 commit comments

Comments
 (0)