# HG changeset patch # User Eli Zaretskii # Date 1269686172 -10800 # Node ID 87db339a9f55690525ba3b1716f932e81fe40e55 # Parent 59e2de1eaab1dda0c91168089ab08d77b33e80fb Fix a typo in a comment. diff -r 59e2de1eaab1 -r 87db339a9f55 lisp/Makefile.in --- 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,