From f671b47a6decb0f53b49697340012119286d0f91 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 22 Jul 2022 11:53:12 -0400 Subject: [PATCH] Fix typo. --- src/allmydata/storage/http_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/storage/http_client.py b/src/allmydata/storage/http_client.py index a464d445a..da272240d 100644 --- a/src/allmydata/storage/http_client.py +++ b/src/allmydata/storage/http_client.py @@ -504,7 +504,7 @@ def read_share_chunk( else: # Technically HTTP allows sending an OK with full body under these # circumstances, but the server is not designed to do that so we ignore - # than possibility for now... + # that possibility for now... raise ClientException(response.code)