>From 9d8dd8a240a1f845615ad93e48b5c42c309b0cbb Mon Sep 17 00:00:00 2001 From: William Liquorce Date: Fri, 9 Apr 2021 14:59:32 +0100 Subject: [PATCH 2/5] Proofreading changes and corrections to architecture.html.j2 --- template/architecture.html.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/template/architecture.html.j2 b/template/architecture.html.j2 index 4165c86..0406774 100644 --- a/template/architecture.html.j2 +++ b/template/architecture.html.j2 @@ -25,7 +25,7 @@ messaging layer (CADET), a public key infrastructure (GNS) and a pluggable transport system (TRANSPORT).
Using public keys for addresses - and self-organized decentralized routing algorithms, + and self-organizing decentralized routing algorithms, these subsystems replace the traditional TCP/IP stack. {% endtrans %}

@@ -38,7 +38,7 @@ {% trans %} GNUnet is implemented using a multi-process architecture. Each subsystem runs as a separate process, providing - fault-isolation and enabling tight permissions to be + fault isolation and enabling tight permissions to be granted to each subsystem. Naturally, the implementation is a GNU package, and will always remain free software. @@ -51,13 +51,13 @@

{{ _("System architecture") }}

- Read more about the system architecure in the respective section of our handbook. + Read more about the system architecture in the corresponding section of our handbook.

{{ _("Subsystems") }}

- Read more about the subsystems (or GNUnet services) in the respective section of our handbook. + Read more about the subsystems (or GNUnet services) in the corresponding section of our handbook.

@@ -72,7 +72,7 @@

{{ _("APIs") }}

- GNUnet offers variaty of APIs for accessing services (using IPC), running services, message queues, or cryptographic operations. + GNUnet offers a variety of APIs for accessing services (using IPC), running services, message queues, or cryptographic operations.

-- 2.25.1