Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2023-11-14 10:11:16 +01:00
parent 02a4c8cfa9
commit 14bd0bc743
14 changed files with 16 additions and 16 deletions
@@ -421,7 +421,7 @@ static bool install_route(private_kernel_libipsec_ipsec_t *this,
bool ignore = FALSE;
int family;
/* ignore multi- and broadcast TS, othewise, install a route without
/* ignore multi- and broadcast TS, otherwise, install a route without
* preferred source IP to forward non-local traffic via TUN device */
switch (src_ts->get_type(src_ts))
{