From: Naomi Phillips Date: Sun, 17 Nov 2019 17:21:42 +0000 (-0500) Subject: Fix typos reported in IRC X-Git-Tag: v0.12.0~119^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a457cc7bddbbd57b37a9e69d86b034c42915980;p=oweals%2Fgnunet.git Fix typos reported in IRC --- diff --git a/doc/handbook/chapters/keyconcepts.texi b/doc/handbook/chapters/keyconcepts.texi index bdfa5b631..d2646fb82 100644 --- a/doc/handbook/chapters/keyconcepts.texi +++ b/doc/handbook/chapters/keyconcepts.texi @@ -103,7 +103,7 @@ involve flooding the network with traffic, particularly with queries that are, in the worst case, multiplied by the network. In order to ensure that freeloaders or attackers have a minimal impact -on the network, GNUnet's file-sharing implementation (@code{FS} tries +on the network, GNUnet's file-sharing implementation (@code{FS}) tries to distinguish good (contributing) nodes from malicious (freeloading) nodes. In GNUnet, every file-sharing node keeps track of the behavior of every other node it has been in contact with. Many requests diff --git a/doc/handbook/chapters/philosophy.texi b/doc/handbook/chapters/philosophy.texi index e57c20914..060871189 100644 --- a/doc/handbook/chapters/philosophy.texi +++ b/doc/handbook/chapters/philosophy.texi @@ -31,7 +31,7 @@ These are the GNUnet design principles, in order of importance: @itemize @item GNUnet must be implemented as @uref{https://www.gnu.org/philosophy/free-sw.html, Free Software} --- -This means that you you have the four essential freedoms: to run +This means that you have the four essential freedoms: to run the program, to study and change the program in source code form, to redistribute exact copies, and to distribute modified versions. (@uref{https://www.gnu.org/philosophy/free-sw.html}).