]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in comments.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 17 Jan 2010 02:24:22 +0000 (03:24 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 17 Jan 2010 02:24:22 +0000 (03:24 +0100)
lisp/cedet/ede/proj-aux.el
src/atimer.h

index 9011c62674ff1dd3dec0f6e08f71f68a414d8bc8..26bc9540e82629f43caeda1b82cdf07c379cc02f 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede/proj-aux.el --- EDE Generic Project auxilliary file support
+;;; ede/proj-aux.el --- EDE Generic Project auxiliary file support
 
 ;; Copyright (C) 1998, 1999, 2000, 2007, 2009, 2010  Free Software Foundation, Inc.
 
index 5ea1197e66d0507873853ebaf713b97b07719b56..fd354caf54d4a1c54b21db26e02f58d3ead5a8b7 100644 (file)
@@ -43,7 +43,7 @@ enum atimer_type
   /* Timer is ripe at now plus an offset.  */
   ATIMER_RELATIVE,
 
-  /* Timer runs continously.  */
+  /* Timer runs continuously.  */
   ATIMER_CONTINUOUS
 };