]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/proj-scheme.el
Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.
[gnu-emacs] / lisp / cedet / ede / proj-scheme.el
index 2a3ea039a7a853553aa685b08114fa17ac3efceb..6a08d4fadd185e67e1087199af2c79206dd5f07e 100644 (file)
@@ -41,7 +41,7 @@
   "This target consists of scheme files.")
 
 (defmethod ede-proj-tweak-autoconf ((this ede-proj-target-scheme))
-  "Tweak the configure file (current buffer) to accomodate THIS."
+  "Tweak the configure file (current buffer) to accommodate THIS."
   (autoconf-insert-new-macro "AM_INIT_GUILE_MODULE"))
 
 (provide 'ede/proj-scheme)