summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:06 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:08:26 +0100
commit795d45e2a4ab58dd169e1febfd82b8e3b4601d9e (patch)
tree07f710a72c390c5b4c7161ccb44fba51bbb42103 /configure.ac
parent8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 (diff)
aclocal.m4, configure.ac: Fix typos and grammar in comment (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f8856dbe..a388e096 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,8 +72,8 @@ esac
enable_static_progs=`echo "$enable_static_progs" | sed 's/[[, ]][[, ]]*/ /g'`
AC_SUBST(enable_static_progs)
-[# Don't needlessly overwrite files that whose contents haven't changed. This
-# helps for avoinding unneccessary recompilation cycles when keeping
+[# Don't needlessly overwrite files whose contents haven't changed.
+# This helps avoiding unnecessary recompilation cycles when keeping
# cross-compilation toolchains up-to-date. Thus, unconditionally use the
# supplied `install-sh', as the GNU Coreutils one doesn't provide this
# functionality yet (TODO: change that). TODO: $ac_abs_top_builddir et al. are