summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/proj-shared.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-15 14:14:12 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-12-15 14:14:12 -0800
commita87ef8990608ec483657636c18b18cba7bf630c6 (patch)
treec19044f117e51345491438a23477b8d9b51b1855 /lisp/cedet/ede/proj-shared.el
parentb6d6d607063f5f8aba31d94d1dc2f181fb536c01 (diff)
downloademacs-a87ef8990608ec483657636c18b18cba7bf630c6.tar.gz
emacs-a87ef8990608ec483657636c18b18cba7bf630c6.tar.bz2
emacs-a87ef8990608ec483657636c18b18cba7bf630c6.zip
Spelling fixes.
Diffstat (limited to 'lisp/cedet/ede/proj-shared.el')
-rw-r--r--lisp/cedet/ede/proj-shared.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/proj-shared.el b/lisp/cedet/ede/proj-shared.el
index 4e233f56a12..7268fb95646 100644
--- a/lisp/cedet/ede/proj-shared.el
+++ b/lisp/cedet/ede/proj-shared.el
@@ -181,7 +181,7 @@ Results in --add-missing being passed to automake."
(defmethod ede-proj-makefile-insert-automake-pre-variables
((this ede-proj-target-makefile-shared-object))
"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 "lib_LTLIBRARIES"
(insert (concat "lib" (ede-name this) ".la"))))