summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2020-04-21 20:51:53 +0200
committerTollef Fog Heen <tfheen@err.no>2020-04-21 20:52:02 +0200
commiteb866ade77d933c3237a5c9e2114ca65c3baa537 (patch)
treeab6f6d9d9bc7c745bc44828eb8e0e09bbfb1e7cc
parent1f81c8004b9ab23946df3025aeb1c08c0e98677e (diff)
downloadpkg-config-eb866ade77d933c3237a5c9e2114ca65c3baa537.tar.gz
Spelling and grammar in pkg.m4
Fixes: #27
-rw-r--r--pkg.m4.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg.m4.in b/pkg.m4.in
index 9102bcf..c183d8e 100644
--- a/pkg.m4.in
+++ b/pkg.m4.in
@@ -1,4 +1,4 @@
-# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
+# pkg.m4 - Macros to locate and use pkg-config. -*- Autoconf -*-
# serial 12 (pkg-config-@VERSION@)
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
@@ -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],