Merge branch 'codespell' into 'master'

Fix typo found by codespell

See merge request openconnect/ocserv!274
This commit is contained in:
Nikos Mavrogiannopoulos
2021-11-17 08:52:48 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -507,7 +507,7 @@ ipv4-netmask = 255.255.255.0
# when a default route is set.
#tunnel-all-dns = true
# The advertized DNS server. Use multiple lines for
# The advertised DNS server. Use multiple lines for
# multiple servers.
# dns = fc00::4be0
dns = 192.168.1.2

View File

@@ -260,7 +260,7 @@ typedef struct worker_st {
* data we can send to the client (i.e., MTU of the tun device,
* can be accessed using the DATA_MTU() macro and this value. */
unsigned link_mtu;
unsigned adv_link_mtu; /* the MTU advertized on connection setup */
unsigned adv_link_mtu; /* the MTU advertised on connection setup */
unsigned cstp_crypto_overhead; /* estimated overhead of DTLS ciphersuite + DTLS CSTP HEADER */
unsigned cstp_proto_overhead; /* UDP + IP header size */