diff lisp/cedet/ede/proj-aux.el @ 105310:cf7413de04e4

(ede-aux-source): Fix doc typo.
author Glenn Morris <rgm@gnu.org>
date Wed, 30 Sep 2009 07:58:46 +0000
parents 2d2d7facd575
children 7f4c7f5c0eba
line wrap: on
line diff
--- a/lisp/cedet/ede/proj-aux.el	Wed Sep 30 07:57:57 2009 +0000
+++ b/lisp/cedet/ede/proj-aux.el	Wed Sep 30 07:58:46 2009 +0000
@@ -1,6 +1,6 @@
 ;;; ede/proj-aux.el --- EDE Generic Project auxilliary file support
 
-;;  Copyright (C) 1998, 1999, 2000, 2007, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2007, 2009  Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: project, make
@@ -36,7 +36,7 @@
   (ede-sourcecode "ede-aux-source-txt"
 		  :name "Auxiliary Text"
 		  :sourcepattern "^[A-Z]+$\\|\\.txt$")
-  "Miscelaneous fields definition.")
+  "Miscellaneous fields definition.")
 
 (defmethod ede-proj-makefile-sourcevar ((this ede-proj-target-aux))
   "Return the variable name for THIS's sources."