From 76d0cfb770f5f886889a0d5731a6fdde9ab3665e Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 28 Apr 2022 11:49:21 -0400 Subject: [PATCH] Correct comment. --- src/allmydata/storage/http_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/storage/http_server.py b/src/allmydata/storage/http_server.py index b71877bbf..0169d1463 100644 --- a/src/allmydata/storage/http_server.py +++ b/src/allmydata/storage/http_server.py @@ -570,7 +570,7 @@ class HTTPServer(object): bucket.advise_corrupt_share(info["reason"].encode("utf-8")) return b"" - ##### Immutable APIs ##### + ##### Mutable APIs ##### @_authorized_route( _app,