X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ftimeval.c;h=edab24166b55d988d7ffdc79e01f66ad2635c018;hb=f46bf65ce34ebd9c6bbcbe3628bd243bfa4bb129;hp=2d0d69307c8c155551b446dc32d47c91b35d2ed8;hpb=a3d45b39608418e261f34b3b3286b80e4878d25c;p=catta 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))); }