diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-12-15 17:11:14 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-12-15 17:11:14 +0100 |
commit | 3000f6aada33e5f4045591b496cc33298b9276fa (patch) | |
tree | 5488409410bd104ac7a068d843719c79b0ca4479 /src/libcharon/plugins/socket_default/socket_default_socket.c | |
parent | d21b01462eb2365e16c4c0a8d3de7f33424b3fb9 (diff) | |
download | strongswan-3000f6aada33e5f4045591b496cc33298b9276fa.tar.bz2 strongswan-3000f6aada33e5f4045591b496cc33298b9276fa.tar.xz |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libcharon/plugins/socket_default/socket_default_socket.c')
-rw-r--r-- | src/libcharon/plugins/socket_default/socket_default_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/socket_default/socket_default_socket.c b/src/libcharon/plugins/socket_default/socket_default_socket.c index 30e50d2d2..dbfddbb81 100644 --- a/src/libcharon/plugins/socket_default/socket_default_socket.c +++ b/src/libcharon/plugins/socket_default/socket_default_socket.c @@ -165,7 +165,7 @@ METHOD(socket_t, receiver, status_t, { .fd = this->ipv6_natt, .events = POLLIN }, }; int ports[] = { - /* port numbers assocaited to pollfds */ + /* port numbers associated to pollfds */ this->port, this->natt, this->port, this->natt, }; |