summaryrefslogtreecommitdiffstats
path: root/avahi-common/timeval.c
diff options
context:
space:
mode:
authorTed Percival <ted@tedp.net>2007-09-28 16:34:49 +0000
committerTed Percival <ted@tedp.net>2007-09-28 16:34:49 +0000
commit0fa82e3aca0b80504e50016d1661bdcb4b429360 (patch)
tree856f114ade0be749362ad821882001740f40091a /avahi-common/timeval.c
parent038aaab598d4e30eda89b47adefa2af01cd89666 (diff)
Copyediting / spelling / grammar
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1547 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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)));
}