diff --git a/src/Cedar/Session.c b/src/Cedar/Session.c index 63b1e566..c661b563 100644 --- a/src/Cedar/Session.c +++ b/src/Cedar/Session.c @@ -919,7 +919,7 @@ void IncrementUserTraffic(HUB *hub, char *username, SESSION *s) Unlock(s->TrafficLock); } -// Cummulate the traffic information of the connection +// Cumulate the traffic information of the connection void AddTrafficForSession(SESSION *s, TRAFFIC *t) { HUB *h;