Browse Source

Fix typos

Naomi Phillips 4 years ago
parent
commit
6418d65396

+ 5 - 5
doc/handbook/chapters/developer.texi

@@ -2390,7 +2390,7 @@ anyway).
 
 Every logging call in GNUnet code will be (at run time) matched against
 the log definitions passed to the process. If a log definition fields are
-matching the call arguments, then the call log level is compared the the
+matching the call arguments, then the call log level is compared to the
 log level of that definition. If the call log level is less or equal to
 the definition log level, the call is allowed to proceed. Otherwise the
 logging call is forbidden, and nothing is logged. If no definitions
@@ -3058,7 +3058,7 @@ messages. For convenience,@ some queues also allow to specify a list of
 message handlers. The message queue will then also wait for incoming
 messages and dispatch them appropriately.
 
-An envelope holds the the memory for a message, as well as metadata
+An envelope holds the memory for a message, as well as metadata
 (Where is the envelope queued? What should happen after it has been
 sent?). Any envelope can only be queued in one message queue.
 
@@ -3131,7 +3131,7 @@ message type and the message size are already set. The message's size is
 inferred from the type of the @code{msg} pointer: It will be set to
 'sizeof(*msg)', properly converted to network byte order.
 
-If the message body's size is dynamic, the the macro
+If the message body's size is dynamic, then the macro
 @code{GNUNET_MQ_msg_extra} can be used to allocate an envelope whose
 message has additional space allocated after the @code{msg} structure.
 
@@ -4410,7 +4410,7 @@ the @emph{open_device} method
 
 On the @emph{open_device} method:
 @itemize @bullet
-@item creates a HCI socket used to send control events to the the device
+@item creates a HCI socket used to send control events to the device
 @item searches for the device ID using the interface name
 @item saves the device MAC address
 @item checks if the interface is down and tries to bring it UP
@@ -5715,7 +5715,7 @@ the response can easily be split into separate HELLO messages by the
 client.
 
 A HOSTLIST client connecting to the HOSTLIST server will receive the
-hostlist as a HTTP response and the the server will terminate the
+hostlist as an HTTP response and the server will terminate the
 connection with the result code @code{HTTP 200 OK}.
 The connection will be closed immediately if no hostlist is available.
 

+ 1 - 1
doc/handbook/chapters/preface.texi

@@ -50,7 +50,7 @@ any inconvenience and hope you apply logic where bad advice from
 one example). Patches (contributions) to this documentation are more
 than welcome!
 
-The first chapter (``Preface'') as well as the the second chapter
+The first chapter (``Preface'') as well as the second chapter
 (``Philosophy'') give an introduction to GNUnet as a project, what
 GNUnet tries to achieve. ``Key Concepts'' explains the key concepts
 in GNUnet.

+ 1 - 1
doc/handbook/chapters/user.texi

@@ -1127,7 +1127,7 @@ This section describes the four different URI types in detail.
 For FS URIs empty KEYWORDs are not allowed. Quotes are allowed to
 denote whitespace between words. Keywords must contain a balanced
 number of double quotes. Doubles quotes can not be used in the actual
-keywords. This means that the the string '""foo bar""' will be turned
+keywords. This means that the string '""foo bar""' will be turned
 into two OR-ed keywords 'foo' and 'bar', not into '"foo bar"'.
 
 @menu