1594371716.v7-5-g2ef4acf.just-correct-some-spelling.patch 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. Subject: Just correct some spelling
  2. Origin: v7-5-g2ef4acf <https://github.com/latchset/tang/commit/v7-5-g2ef4acf>
  3. Upstream-Author: Christopher J. Ruwe <cjr@cruwe.de>
  4. Date: Fri Jul 10 11:01:56 2020 +0200
  5. --- a/doc/tang.8.adoc
  6. +++ b/doc/tang.8.adoc
  7. @@ -19,7 +19,7 @@
  8. escrow server and fetch the key.
  9. However, escrow servers have many additional requirements, including
  10. -authentication (so that clients can't get keys they aren't suppossed to have)
  11. +authentication (so that clients can't get keys they aren't supposed to have)
  12. and transport encryption (so that attackers listening on the network can't
  13. eavesdrop on the keys in transit).
  14. @@ -84,7 +84,7 @@
  15. == HIGH PERFORMANCE
  16. The Tang protocol is extremely fast. However, in the default setup we
  17. -use systemd socket activiation to start one process per connection. This
  18. +use systemd socket activation to start one process per connection. This
  19. imposes a performance overhead. For most deployments, this is still probably
  20. quick enough, given that Tang is extremely lightweight. But for larger
  21. deployments, greater performance can be achieved.
  22. @@ -101,7 +101,7 @@
  23. Tang provides two methods for building a high availability deployment.
  24. -1. Client redundency (recommended)
  25. +1. Client redundancy (recommended)
  26. 2. Key sharing with DNS round-robin
  27. While it may be tempting to share keys between Tang servers, this method