bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/7] aclocal.m4, configure.ac: Fix typos and grammar in comment (


From: Stefan Weil
Subject: [PATCH 1/7] aclocal.m4, configure.ac: Fix typos and grammar in comment (found by codespell)
Date: Sat, 3 Jan 2015 10:16:06 +0100

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 aclocal.m4   | 2 +-
 configure.ac | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/aclocal.m4 b/aclocal.m4
index 8823289..4f091fb 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -135,7 +135,7 @@ fi[]dnl
 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
 #
 # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-# only at the first occurence in configure.ac, so if the first place
+# only at the first occurrence in configure.ac, so if the first place
 # it's called might be skipped (such as if it is within an "if", you
 # have to call PKG_CHECK_EXISTS manually
 # --------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index f8856db..a388e09 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
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]