GNUNet->GNUnet
authorng0 <ng0@n0.is>
Fri, 16 Aug 2019 21:25:07 +0000 (21:25 +0000)
committerng0 <ng0@n0.is>
Fri, 16 Aug 2019 21:25:07 +0000 (21:25 +0000)
README
src/util/socks.c

diff --git a/README b/README
index 19d773430f0ebb46fc8cf69dc374ccc98d0cafa0..63c48dfe94cc4986b9001cda3268c3375f04dc95 100644 (file)
--- a/README
+++ b/README
@@ -192,7 +192,7 @@ Requirements
 ============
 
 GNUnet's directed acyclic graph (DAG) will require around 0.74 GiB
-Diskspace, with GNUNet itself taking around 8 - 9.2 MiB reported by
+Diskspace, with GNUnet itself taking around 8 - 9.2 MiB reported by
 the build on GNU Guix.
 
 How to install?
index 0e8583afafb2fcc32d4695141801e325a518de0a..66b7bf7dfe087831b99b9757608f9cb6386c1c95 100644 (file)
@@ -173,7 +173,7 @@ struct GNUNET_SOCKS_Handshake
 void
 register_reciever (struct GNUNET_SOCKS_Handshake *ih, int want);
 
-/* In fact, the client sends first rule in GNUNet suggests one could take
+/* In fact, the client sends first rule in GNUnet suggests one could take
    * large mac read sizes without fear of screwing up the proxied protocol,
    * but we make a proper SOCKS5 client. */
 #define register_reciever_wants(ih) ((SOCKS5_step_cmd == ih->step) ? 10 : 2)