aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
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
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-helper-vpn.c2
-rw-r--r--src/vpn/gnunet-service-vpn.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c
index c693d24ea..7eeb07379 100644
--- a/src/vpn/gnunet-helper-vpn.c
+++ b/src/vpn/gnunet-helper-vpn.c
@@ -77,7 +77,7 @@ struct in6_ifreq
77/** 77/**
78 * Creates a tun-interface called dev; 78 * Creates a tun-interface called dev;
79 * 79 *
80 * @param dev is asumed to point to a char[IFNAMSIZ] 80 * @param dev is assumed to point to a char[IFNAMSIZ]
81 * if *dev == '\\0', uses the name supplied by the kernel; 81 * if *dev == '\\0', uses the name supplied by the kernel;
82 * @return the fd to the tun or -1 on error 82 * @return the fd to the tun or -1 on error
83 */ 83 */
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 */