aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/developer.texi
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/chapters/developer.texi
parent2bdd068e14988efdcf133f402a5de7a1f7b32343 (diff)
downloadgnunet-6418d6539659ae1bc372406e06f01b8c50a63098.tar.gz
gnunet-6418d6539659ae1bc372406e06f01b8c50a63098.zip
Fix typos
Diffstat (limited to 'doc/handbook/chapters/developer.texi')
-rw-r--r--doc/handbook/chapters/developer.texi10
1 files changed, 5 insertions, 5 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