From 209c8694f94f689159078fbdef0190ad9154e484 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 27 Jun 2018 16:53:17 -0400 Subject: [PATCH] Simplify language --- docs/proposed/http-storage-node-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposed/http-storage-node-protocol.rst b/docs/proposed/http-storage-node-protocol.rst index a1ea262a5..cc1dc6c1f 100644 --- a/docs/proposed/http-storage-node-protocol.rst +++ b/docs/proposed/http-storage-node-protocol.rst @@ -452,7 +452,7 @@ Just like the immutable version. The arguments which apply to web-facing certificates do not seem to apply (due to the decision for Tahoe-LAFS to operate independently of the web-oriented CA system). - There is an argument to make that complexity is reduced by allowing an existing TLS implementation which wants to make these checks make them + Arguably, complexity is reduced by allowing an existing TLS implementation which wants to make these checks make them (compared to including additional code to either bypass them or disregard their results). Reducing complexity, at least in general, is often good for security.