diff src/atimer.h @ 106875:81da60e75606

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 17 Jan 2010 03:24:22 +0100
parents 1d1d5d9bd884
children e16f43875a48 376148b31b5e
line wrap: on
line diff
--- a/src/atimer.h	Sun Jan 17 03:22:44 2010 +0100
+++ b/src/atimer.h	Sun Jan 17 03:24:22 2010 +0100
@@ -43,7 +43,7 @@
   /* Timer is ripe at now plus an offset.  */
   ATIMER_RELATIVE,
 
-  /* Timer runs continously.  */
+  /* Timer runs continuously.  */
   ATIMER_CONTINUOUS
 };