From 8dd62565cea22275d4214aa2d1bfcefebdc0239f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:11:54 +0000 Subject: [PATCH] spelling: cumulate --- src/Cedar/Session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;