diff --git a/src/allmydata/storage_client.py b/src/allmydata/storage_client.py index 020faa23a..7e94a7520 100644 --- a/src/allmydata/storage_client.py +++ b/src/allmydata/storage_client.py @@ -218,7 +218,7 @@ class StorageFarmBroker(service.MultiService): ic.subscribe_to("storage", self._got_announcement) def _got_connection(self): - # this is called by NativeStorageClient when it is connected + # this is called by NativeStorageServer when it is connected self._check_connected_high_water_mark() def _check_connected_high_water_mark(self):