From 8c85391458847c6b39174418212e4b8d270f3075 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Wed, 28 Apr 2021 02:38:55 +0300
Subject: [PATCH 54/54] pkg.m4: Refresh from upstream

See osdn #42081

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 m4/pkg.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/pkg.m4 b/m4/pkg.m4
index 13a8890178..4b95a021ff 100644
--- a/m4/pkg.m4
+++ b/m4/pkg.m4
@@ -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-0.29.2)
 
 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],
-- 
2.30.2