aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
authorNaomi Phillips <naomi@nep.soy>2019-12-04 14:07:12 -0500
committerNaomi Phillips <naomi@nep.soy>2019-12-04 14:07:12 -0500
commit6418d6539659ae1bc372406e06f01b8c50a63098 (patch)
treeca32bd6f09ce2a86d105867797bfc9ec96f8990a /doc/handbook
parent2bdd068e14988efdcf133f402a5de7a1f7b32343 (diff)
downloadgnunet-6418d6539659ae1bc372406e06f01b8c50a63098.tar.gz
gnunet-6418d6539659ae1bc372406e06f01b8c50a63098.zip
Fix typos
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/chapters/developer.texi10
-rw-r--r--doc/handbook/chapters/preface.texi2
-rw-r--r--doc/handbook/chapters/user.texi2
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index 5f68f8e05..de5166226 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -2390,7 +2390,7 @@ anyway).
2390 2390
2391Every logging call in GNUnet code will be (at run time) matched against 2391Every logging call in GNUnet code will be (at run time) matched against
2392the log definitions passed to the process. If a log definition fields are 2392the log definitions passed to the process. If a log definition fields are
2393matching the call arguments, then the call log level is compared the the 2393matching the call arguments, then the call log level is compared to the
2394log level of that definition. If the call log level is less or equal to 2394log level of that definition. If the call log level is less or equal to
2395the definition log level, the call is allowed to proceed. Otherwise the 2395the definition log level, the call is allowed to proceed. Otherwise the
2396logging call is forbidden, and nothing is logged. If no definitions 2396logging 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
3058message handlers. The message queue will then also wait for incoming 3058message handlers. The message queue will then also wait for incoming
3059messages and dispatch them appropriately. 3059messages and dispatch them appropriately.
3060 3060
3061An envelope holds the the memory for a message, as well as metadata 3061An envelope holds the memory for a message, as well as metadata
3062(Where is the envelope queued? What should happen after it has been 3062(Where is the envelope queued? What should happen after it has been
3063sent?). Any envelope can only be queued in one message queue. 3063sent?). Any envelope can only be queued in one message queue.
3064 3064
@@ -3131,7 +3131,7 @@ message type and the message size are already set. The message's size is
3131inferred from the type of the @code{msg} pointer: It will be set to 3131inferred from the type of the @code{msg} pointer: It will be set to
3132'sizeof(*msg)', properly converted to network byte order. 3132'sizeof(*msg)', properly converted to network byte order.
3133 3133
3134If the message body's size is dynamic, the the macro 3134If the message body's size is dynamic, then the macro
3135@code{GNUNET_MQ_msg_extra} can be used to allocate an envelope whose 3135@code{GNUNET_MQ_msg_extra} can be used to allocate an envelope whose
3136message has additional space allocated after the @code{msg} structure. 3136message has additional space allocated after the @code{msg} structure.
3137 3137
@@ -4410,7 +4410,7 @@ the @emph{open_device} method
4410 4410
4411On the @emph{open_device} method: 4411On the @emph{open_device} method:
4412@itemize @bullet 4412@itemize @bullet
4413@item creates a HCI socket used to send control events to the the device 4413@item creates a HCI socket used to send control events to the device
4414@item searches for the device ID using the interface name 4414@item searches for the device ID using the interface name
4415@item saves the device MAC address 4415@item saves the device MAC address
4416@item checks if the interface is down and tries to bring it UP 4416@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
5715client. 5715client.
5716 5716
5717A HOSTLIST client connecting to the HOSTLIST server will receive the 5717A HOSTLIST client connecting to the HOSTLIST server will receive the
5718hostlist as a HTTP response and the the server will terminate the 5718hostlist as an HTTP response and the server will terminate the
5719connection with the result code @code{HTTP 200 OK}. 5719connection with the result code @code{HTTP 200 OK}.
5720The connection will be closed immediately if no hostlist is available. 5720The connection will be closed immediately if no hostlist is available.
5721 5721
diff --git a/doc/handbook/chapters/preface.texi b/doc/handbook/chapters/preface.texi
index 636458eeb..800b7c7cd 100644
--- a/doc/handbook/chapters/preface.texi
+++ b/doc/handbook/chapters/preface.texi
@@ -50,7 +50,7 @@ any inconvenience and hope you apply logic where bad advice from
50one example). Patches (contributions) to this documentation are more 50one example). Patches (contributions) to this documentation are more
51than welcome! 51than welcome!
52 52
53The first chapter (``Preface'') as well as the the second chapter 53The first chapter (``Preface'') as well as the second chapter
54(``Philosophy'') give an introduction to GNUnet as a project, what 54(``Philosophy'') give an introduction to GNUnet as a project, what
55GNUnet tries to achieve. ``Key Concepts'' explains the key concepts 55GNUnet tries to achieve. ``Key Concepts'' explains the key concepts
56in GNUnet. 56in GNUnet.
diff --git a/doc/handbook/chapters/user.texi b/doc/handbook/chapters/user.texi
index aefa95c3d..998abb87f 100644
--- a/doc/handbook/chapters/user.texi
+++ b/doc/handbook/chapters/user.texi
@@ -1127,7 +1127,7 @@ This section describes the four different URI types in detail.
1127For FS URIs empty KEYWORDs are not allowed. Quotes are allowed to 1127For FS URIs empty KEYWORDs are not allowed. Quotes are allowed to
1128denote whitespace between words. Keywords must contain a balanced 1128denote whitespace between words. Keywords must contain a balanced
1129number of double quotes. Doubles quotes can not be used in the actual 1129number of double quotes. Doubles quotes can not be used in the actual
1130keywords. This means that the the string '""foo bar""' will be turned 1130keywords. This means that the string '""foo bar""' will be turned
1131into two OR-ed keywords 'foo' and 'bar', not into '"foo bar"'. 1131into two OR-ed keywords 'foo' and 'bar', not into '"foo bar"'.
1132 1132
1133@menu 1133@menu