From 66aa4eb37df93db002457a6e35916801a8f4ec26 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 17 Jan 2010 03:24:22 +0100 Subject: [PATCH] Fix typos in comments. --- lisp/cedet/ede/proj-aux.el | 2 +- src/atimer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/cedet/ede/proj-aux.el b/lisp/cedet/ede/proj-aux.el index 9011c62674f..26bc9540e82 100644 --- a/lisp/cedet/ede/proj-aux.el +++ b/lisp/cedet/ede/proj-aux.el @@ -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 --git a/src/atimer.h b/src/atimer.h index 5ea1197e66d..fd354caf54d 100644 --- a/src/atimer.h +++ b/src/atimer.h @@ -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 }; -- 2.11.4.GIT