summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-04-01 00:58:04 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-04-01 00:58:04 -0700
commitb9edfa5c63fda7166d7523038c74742822279939 (patch)
treeb01a3894ed40ab0b6a9c8879a8b54fa817b50cb6 /lisp/cedet/ede
parent1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (diff)
downloademacs-b9edfa5c63fda7166d7523038c74742822279939.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/cedet/ede')
-rw-r--r--lisp/cedet/ede/cpp-root.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el
index cf2009ced30..47ba16ade7f 100644
--- a/lisp/cedet/ede/cpp-root.el
+++ b/lisp/cedet/ede/cpp-root.el
@@ -347,7 +347,7 @@ exist, it should return nil."
:documentation
"Compilation command that will be used for this project.
It could be string or function that will accept proj argument and should return string.
-The string will be passed to 'compuile' function that will be issued in root
+The string will be passed to 'compile' function that will be issued in root
directory of project."
)
)
@@ -509,7 +509,7 @@ This is for project include paths and spp source files."
(table (when expfile
(semanticdb-file-table-object expfile)))
)
- (cond
+ (cond
((not (file-exists-p expfile))
(message "Cannot find file %s in project." F))
((string= expfile (buffer-file-name))