From 32aeb179abc9cb049e514784915a3e15acba678b Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Tue, 29 Oct 2024 23:37:27 +0000 Subject: [PATCH] comment: fix typo --- server/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/errors.go b/server/errors.go index 49351125..9e35d7a9 100644 --- a/server/errors.go +++ b/server/errors.go @@ -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.