summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/proj-elisp.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-11 02:04:08 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-11 02:04:08 -0800
commitdbdb703130b27983c3848d2a10aa44bc5aa6526e (patch)
treef9b645258d91fbce2d3eb24caa3416af57d22894 /lisp/cedet/ede/proj-elisp.el
parent54f9154ca1ee7cf4ebe8995dae26e945a2817801 (diff)
downloademacs-dbdb703130b27983c3848d2a10aa44bc5aa6526e.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/cedet/ede/proj-elisp.el')
-rw-r--r--lisp/cedet/ede/proj-elisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/proj-elisp.el b/lisp/cedet/ede/proj-elisp.el
index 42a20cc4a1a..66c71063363 100644
--- a/lisp/cedet/ede/proj-elisp.el
+++ b/lisp/cedet/ede/proj-elisp.el
@@ -217,7 +217,7 @@ is found, such as a `-version' variable, or the standard header."
(save-excursion
(if (file-symlink-p ec)
(progn
- ;; Desymlinkafy
+ ;; Desymlinkify
(rename-file ec (concat ec ".tmp"))
(copy-file (concat ec ".tmp") ec)
(delete-file (concat ec ".tmp"))))