changeset 106875:81da60e75606

Fix typos in comments.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 17 Jan 2010 03:24:22 +0100
parents ab4dd366cab3
children ad7558737bc7
files lisp/cedet/ede/proj-aux.el src/atimer.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cedet/ede/proj-aux.el	Sun Jan 17 03:22:44 2010 +0100
+++ b/lisp/cedet/ede/proj-aux.el	Sun Jan 17 03:24:22 2010 +0100
@@ -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.
 
--- 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
 };