summaryrefslogtreecommitdiffstats
path: root/avahi-common/timeval.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/timeval.c')
-rw-r--r--avahi-common/timeval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-common/timeval.c b/avahi-common/timeval.c
index 2d0d693..edab241 100644
--- a/avahi-common/timeval.c
+++ b/avahi-common/timeval.c
@@ -115,7 +115,7 @@ struct timeval *avahi_elapse_time(struct timeval *tv, unsigned msec, unsigned ji
/* We use the same jitter for 10 seconds. That way our
* time events elapse in bursts which has the advantage that
- * packet data can be aggegrated better */
+ * packet data can be aggregated better */
avahi_timeval_add(tv, (AvahiUsec) (jitter*1000.0*r/(RAND_MAX+1.0)));
}