# HG changeset patch # User Juanma Barranquero # Date 1263695062 -3600 # Node ID 81da60e75606606238d143a4b17d026f2236efe9 # Parent ab4dd366cab3780e4329435d32630c93c93f329b Fix typos in comments. diff -r ab4dd366cab3 -r 81da60e75606 lisp/cedet/ede/proj-aux.el --- 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. diff -r ab4dd366cab3 -r 81da60e75606 src/atimer.h --- 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 };