aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-service-vpn.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/vpn/gnunet-service-vpn.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
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 */