configure: fix typo in comment

Some lazy person, probably me, forgot to press shift.
This commit is contained in:
David Bremner 2015-07-30 07:57:04 +02:00
parent 653190bf2a
commit b4e0c8320a

2
configure vendored
View file

@ -38,7 +38,7 @@ if [ "$srcdir" != "." ]; then
cp -a "$srcdir"/test/* test
# Emacs only likes to generate compiled files next to the .el files
# by default so copy these as well (which is not ideal0.
# by default so copy these as well (which is not ideal).
cp -a "$srcdir"/emacs/*.el emacs
fi