aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-service-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-service-vpn.c')
-rw-r--r--src/vpn/gnunet-service-vpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index 4c57438c3..b4233905f 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -235,7 +235,7 @@ struct ChannelState
235 struct DestinationEntry destination; 235 struct DestinationEntry destination;
236 236
237 /** 237 /**
238 * Addess family used for this channel on the local TUN interface. 238 * Address family used for this channel on the local TUN interface.
239 */ 239 */
240 int af; 240 int af;
241 241
@@ -1396,7 +1396,7 @@ create_channel (struct ChannelState *ts,
1396 * @param cls the `struct ChannelState` 1396 * @param cls the `struct ChannelState`
1397 * @param id Peer providing a regex that matches the string. 1397 * @param id Peer providing a regex that matches the string.
1398 * @param get_path Path of the get request. 1398 * @param get_path Path of the get request.
1399 * @param get_path_length Lenght of @a get_path. 1399 * @param get_path_length Length of @a get_path.
1400 * @param put_path Path of the put request. 1400 * @param put_path Path of the put request.
1401 * @param put_path_length Length of the @a put_path. 1401 * @param put_path_length Length of the @a put_path.
1402 */ 1402 */