From 5cfb35077185d2d87ab3b5b13d8ef61bf89d8933 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 30 Jun 2020 08:15:58 -0600 Subject: [PATCH] streap -> stream --- src/allmydata/testing/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/testing/web.py b/src/allmydata/testing/web.py index 6656236ca..0d6e7cb6e 100644 --- a/src/allmydata/testing/web.py +++ b/src/allmydata/testing/web.py @@ -80,7 +80,7 @@ KNOWN_CAPABILITIES = [ def capability_generator(kind): """ - Deterministically generates a streap of valid capabilities of the + Deterministically generates a stream of valid capabilities of the given kind. The N, K and size values aren't related to anything real.