]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Mar 2010 10:36:12 +0000 (13:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Mar 2010 10:36:12 +0000 (13:36 +0300)
lisp/Makefile.in

index 21822a82ca458ade16f8fe7f6e6009bf25cea846..e4a211399aa73bc8ca01260e08b787a347a92379 100644 (file)
@@ -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,