aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaomi Phillips <naomi@nep.soy>2019-11-17 12:21:42 -0500
committerNaomi Phillips <naomi@nep.soy>2019-11-17 12:21:42 -0500
commit5a457cc7bddbbd57b37a9e69d86b034c42915980 (patch)
tree5ddaa7072719839f53c54e499aecc73fae9b0282
parent1b296cf77a90930e29bd60c0aef70b8efbb1bd24 (diff)
downloadgnunet-5a457cc7bddbbd57b37a9e69d86b034c42915980.tar.gz
gnunet-5a457cc7bddbbd57b37a9e69d86b034c42915980.zip
Fix typos reported in IRC
-rw-r--r--doc/handbook/chapters/keyconcepts.texi2
-rw-r--r--doc/handbook/chapters/philosophy.texi2
2 files changed, 2 insertions, 2 deletions
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
103with queries that are, in the worst case, multiplied by the network. 103with queries that are, in the worst case, multiplied by the network.
104 104
105In order to ensure that freeloaders or attackers have a minimal impact 105In order to ensure that freeloaders or attackers have a minimal impact
106on the network, GNUnet's file-sharing implementation (@code{FS} tries 106on the network, GNUnet's file-sharing implementation (@code{FS}) tries
107to distinguish good (contributing) nodes from malicious (freeloading) 107to distinguish good (contributing) nodes from malicious (freeloading)
108nodes. In GNUnet, every file-sharing node keeps track of the behavior 108nodes. In GNUnet, every file-sharing node keeps track of the behavior
109of every other node it has been in contact with. Many requests 109of 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:
31@itemize 31@itemize
32@item GNUnet must be implemented as 32@item GNUnet must be implemented as
33@uref{https://www.gnu.org/philosophy/free-sw.html, Free Software} --- 33@uref{https://www.gnu.org/philosophy/free-sw.html, Free Software} ---
34This means that you you have the four essential freedoms: to run 34This means that you have the four essential freedoms: to run
35the program, to study and change the program in source code form, 35the program, to study and change the program in source code form,
36to redistribute exact copies, and to distribute modified versions. 36to redistribute exact copies, and to distribute modified versions.
37(@uref{https://www.gnu.org/philosophy/free-sw.html}). 37(@uref{https://www.gnu.org/philosophy/free-sw.html}).