summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-15 01:54:19 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-15 01:54:19 +0100
commit0d26e0b62b7d01e3cb6eb57943269b8f25e53cd6 (patch)
tree784b0f664bd50cf4bc244141190d8b9c92973835 /lisp/cedet/ede
parent947cd66b9611a5c4c4eb60238022e72fe51e2e46 (diff)
downloademacs-0d26e0b62b7d01e3cb6eb57943269b8f25e53cd6.tar.gz
emacs-0d26e0b62b7d01e3cb6eb57943269b8f25e53cd6.tar.bz2
emacs-0d26e0b62b7d01e3cb6eb57943269b8f25e53cd6.zip
Fix typos.
Diffstat (limited to 'lisp/cedet/ede')
-rw-r--r--lisp/cedet/ede/project-am.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el
index ec54d8151bc..c1e656e8459 100644
--- a/lisp/cedet/ede/project-am.el
+++ b/lisp/cedet/ede/project-am.el
@@ -836,7 +836,7 @@ nil means that this buffer belongs to no-one."
(oref this :name))
(defmethod project-compile-target-command ((this project-am-texinfo))
- "Default target t- use when compling a texinfo file."
+ "Default target t- use when compiling a texinfo file."
(let ((n (oref this :name)))
(if (string-match "\\.texi?\\(nfo\\)?" n)
(setq n (replace-match ".info" t t n)))