Skip to content

Commit 3677db6

Browse files
committed
Backport speling fix
This change was originall only done for 'master'. Xdebug bundles this file as it requires it, but PHP 7.2/7.3 don't have it bundled. By doing "phpize" with master, it updates the file introducing a local diff. By fixing it in older versions, that problem goes away.
1 parent 5337229 commit 3677db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkg.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dnl Check to see whether a particular set of modules exists. Similar to
8686
dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
8787
dnl
8888
dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
89-
dnl only at the first occurence in configure.ac, so if the first place
89+
dnl only at the first occurrence in configure.ac, so if the first place
9090
dnl it's called might be skipped (such as if it is within an "if", you
9191
dnl have to call PKG_CHECK_EXISTS manually
9292
AC_DEFUN([PKG_CHECK_EXISTS],

0 commit comments

Comments
 (0)