Fix typos

This commit is contained in:
Jakub Wilk
2016-04-30 23:03:31 +02:00
parent 9d692b101a
commit 0518642c03
9 changed files with 13 additions and 13 deletions

View File

@@ -202,7 +202,7 @@ Connection *findConnection(Packet *packet) {
* and removes 'old' packets.
*
* Returns sum of sent packages (by address)
* sum of recieved packages (by address)
* sum of received packages (by address)
*/
void Connection::sumanddel(timeval t, u_int32_t *recv, u_int32_t *sent) {
(*sent) = (*recv) = 0;