diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-15 14:14:12 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-15 14:14:12 -0800 |
commit | a87ef8990608ec483657636c18b18cba7bf630c6 (patch) | |
tree | c19044f117e51345491438a23477b8d9b51b1855 /lisp/cedet/ede/proj-archive.el | |
parent | b6d6d607063f5f8aba31d94d1dc2f181fb536c01 (diff) | |
download | emacs-a87ef8990608ec483657636c18b18cba7bf630c6.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/cedet/ede/proj-archive.el')
-rw-r--r-- | lisp/cedet/ede/proj-archive.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/proj-archive.el b/lisp/cedet/ede/proj-archive.el index 23d3aa05000..23ef4850b6a 100644 --- a/lisp/cedet/ede/proj-archive.el +++ b/lisp/cedet/ede/proj-archive.el @@ -46,7 +46,7 @@ (defmethod ede-proj-makefile-insert-source-variables :BEFORE ((this ede-proj-target-makefile-archive) &optional moresource) "Insert bin_PROGRAMS variables needed by target THIS. -We aren't acutally inserting SOURCE details, but this is used by the +We aren't actually inserting SOURCE details, but this is used by the Makefile.am generator, so use it to add this important bin program." (ede-pmake-insert-variable-shared (concat "lib" (ede-name this) "_a_LIBRARIES") |