From: Eli Zaretskii Date: Sat, 27 Mar 2010 10:36:12 +0000 (+0300) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~653 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b5922f52f14c5be99126a9a590220a0de2c8e59;p=emacs.git Fix a typo in a comment. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 21822a82ca4..e4a211399aa 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -30,7 +30,7 @@ VPATH = $(srcdir) # 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,