diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-03 10:16:06 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-03 13:08:26 +0100 |
commit | 795d45e2a4ab58dd169e1febfd82b8e3b4601d9e (patch) | |
tree | 07f710a72c390c5b4c7161ccb44fba51bbb42103 /aclocal.m4 | |
parent | 8f5e94f48e7668e3c5dcaa1cde1b8f591c05bb58 (diff) | |
download | hurd-795d45e2a4ab58dd169e1febfd82b8e3b4601d9e.tar.gz hurd-795d45e2a4ab58dd169e1febfd82b8e3b4601d9e.tar.bz2 hurd-795d45e2a4ab58dd169e1febfd82b8e3b4601d9e.zip |
aclocal.m4, configure.ac: Fix typos and grammar in comment (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # -------------------------------------------------------------- |