Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2014-12-15 17:11:14 +01:00
parent d21b01462e
commit 3000f6aada
3 changed files with 4 additions and 4 deletions
@@ -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,
};