]> git.meshlink.io Git - catta/blobdiff - avahi-common/timeval.c
Copyediting / spelling / grammar
[catta] / avahi-common / timeval.c
index 2d0d69307c8c155551b446dc32d47c91b35d2ed8..edab24166b55d988d7ffdc79e01f66ad2635c018 100644 (file)
@@ -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)));
     }