From: David Bremner Date: Thu, 30 Jul 2015 05:57:04 +0000 (+0200) Subject: configure: fix typo in comment X-Git-Tag: 0.21_rc0~81 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b4e0c8320a5d7461b859832fc3074c2ea6fc9f6d;hp=653190bf2a1bed19e9a8dffc437084604261cc26 configure: fix typo in comment Some lazy person, probably me, forgot to press shift. --- 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