aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 2df439175..746c0eb55 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -83,7 +83,7 @@ struct AddressProbe
83 struct ClientState *cstate; 83 struct ClientState *cstate;
84 84
85 /** 85 /**
86 * Lenth of addr. 86 * Length of addr.
87 */ 87 */
88 socklen_t addrlen; 88 socklen_t addrlen;
89 89
@@ -1050,7 +1050,7 @@ GNUNET_CLIENT_test (const struct GNUNET_CONFIGURATION_Handle *cfg,
1050 1050
1051/** 1051/**
1052 * Create a message queue to connect to a GNUnet service. 1052 * Create a message queue to connect to a GNUnet service.
1053 * If handlers are specfied, receive messages from the connection. 1053 * If handlers are specified, receive messages from the connection.
1054 * 1054 *
1055 * @param cfg our configuration 1055 * @param cfg our configuration
1056 * @param service_name name of the service to connect to 1056 * @param service_name name of the service to connect to