Mercurial > emacs
changeset 107547:87db339a9f55
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Mar 2010 13:36:12 +0300 |
parents | 59e2de1eaab1 |
children | f1433702b7ea |
files | lisp/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Fri Mar 26 20:45:32 2010 -0400 +++ b/lisp/Makefile.in Sat Mar 27 13:36:12 2010 +0300 @@ -30,7 +30,7 @@ # We sometimes change directory before running Emacs (typically when # building out-of-tree, we chdir to the source directory), so we need -# to use an aboluste file name. +# to use an absolute file name. EMACS = ${abs_top_builddir}/src/emacs # Command line flags for Emacs. This must include --multibyte,