summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-02 18:02:51 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-03 12:53:51 +0200
commitd6a2754348f57883036c0f35f0a880b7817e6bc1 (patch)
treeb3d3a8a10ebf0e56acff206d0e188f3b61651d7e /m4
parentceae38b9338ea07b18b2d2efa07bcf304d40c23d (diff)
downloademacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.tar.gz
; Fix more typos
Diffstat (limited to 'm4')
-rw-r--r--m4/pkg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/pkg.m4 b/m4/pkg.m4
index 13a88901786..f9075e56c87 100644
--- a/m4/pkg.m4
+++ b/m4/pkg.m4
@@ -86,7 +86,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
dnl
dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-dnl only at the first occurence in configure.ac, so if the first place
+dnl only at the first occurrence in configure.ac, so if the first place
dnl it's called might be skipped (such as if it is within an "if", you
dnl have to call PKG_CHECK_EXISTS manually
AC_DEFUN([PKG_CHECK_EXISTS],