diff --git a/src/allmydata/storage/http_server.py b/src/allmydata/storage/http_server.py index 50e4ec946..ffba354bb 100644 --- a/src/allmydata/storage/http_server.py +++ b/src/allmydata/storage/http_server.py @@ -285,7 +285,7 @@ _SCHEMAS = { } -# Callabale that takes offset and length, returns the data at that range. +# Callable that takes offset and length, returns the data at that range. ReadData = Callable[[int, int], bytes]