From b4e0c8320a5d7461b859832fc3074c2ea6fc9f6d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 30 Jul 2015 07:57:04 +0200 Subject: [PATCH] configure: fix typo in comment Some lazy person, probably me, forgot to press shift. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 04761aab..b8b2c67b 100755 --- a/configure +++ b/configure @@ -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 -- 2.43.0