Commit 40873bcb19fd3cd54c53114b71a4d797299d8724
Spelling fix
Anders Rune Jensen committed on 4/1/2016, 1:36:59 PMParent: 49437e227262ebc5c6640ddceaf3d47e04765d73
Files changed
tmpl/more/protocols/private-box.html.js | changed |
tmpl/more/protocols/private-box.html.js | ||
---|---|---|
@@ -43,9 +43,9 @@ | ||
43 | 43 | </p> |
44 | 44 | |
45 | 45 | <h4 id="-a-valid-recipient-does-not-know-the-other-recipients-">A valid recipient does not know the other recipients.</h4> |
46 | 46 | <p> |
47 | - A valid recipient knows the number of recipients but now who they are. | |
47 | + A valid recipient knows the number of recipients but not who they are. | |
48 | 48 | This is more a sideeffect of the design than an intentional design element. |
49 | 49 | The plaintext contents may reveal the recipients, if needed. |
50 | 50 | </p> |
51 | 51 | |
@@ -185,5 +185,5 @@ | ||
185 | 185 | // to the owner of secretKey |
186 | 186 | return undefined |
187 | 187 | }` }) } |
188 | 188 | ` |
189 | -}) | |
189 | +}) |
Built with git-ssb-web