diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-13 13:50:12 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-13 13:50:12 +0200 |
commit | 7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31 (patch) | |
tree | e131fa1805a8201a25261336aa8846a57c321cfe /lisp/cedet/ede/pconf.el | |
parent | 300f9fca551d3aa024ff24b85e6ab7f0ae49ae03 (diff) | |
download | emacs-7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31.tar.gz emacs-7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31.tar.bz2 emacs-7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31.zip |
Fix typos.
Diffstat (limited to 'lisp/cedet/ede/pconf.el')
-rw-r--r-- | lisp/cedet/ede/pconf.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el index a2258c1d16f..77299c7eb39 100644 --- a/lisp/cedet/ede/pconf.el +++ b/lisp/cedet/ede/pconf.el @@ -160,7 +160,7 @@ don't do it. A value of nil means to just do it.") (ede-proj-configure-synchronize this)) (defmethod ede-proj-tweak-autoconf ((this ede-proj-target)) - "Tweak the configure file (current buffer) to accomodate THIS." + "Tweak the configure file (current buffer) to accommodate THIS." ;; Check the compilers belonging to THIS, and call the autoconf ;; setup for those compilers. (mapc 'ede-proj-tweak-autoconf (ede-proj-compilers this)) @@ -168,7 +168,7 @@ don't do it. A value of nil means to just do it.") ) (defmethod ede-proj-flush-autoconf ((this ede-proj-target)) - "Flush the configure file (current buffer) to accomodate THIS. + "Flush the configure file (current buffer) to accommodate THIS. By flushing, remove any cruft that may be in the file. Subsequent calls to `ede-proj-tweak-autoconf' can restore items removed by flush." nil) |