aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-07-30 07:57:04 +0200
committerDavid Bremner <david@tethera.net>2015-07-30 07:57:04 +0200
commitb4e0c8320a5d7461b859832fc3074c2ea6fc9f6d (patch)
tree006bc54214d7a8b4a3846c7e443ceab6798a635b
parent653190bf2a1bed19e9a8dffc437084604261cc26 (diff)
configure: fix typo in comment
Some lazy person, probably me, forgot to press shift.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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