Skip to content

Commit d15c61e

Browse files
authored
ext/gettext: fixed typo in config.m4 (php#18790)
1 parent cce0efd commit d15c61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gettext/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if test "$PHP_GETTEXT" != "no"; then
2727
dnl If libintl.h is provided by libc, it's possible that libc is musl.
2828
dnl The gettext family of functions under musl ignores the codeset
2929
dnl suffix on directories like "en_US.UTF-8"; instead they look only
30-
dnl in "en_US". To accomodate that, we symlink some test data from one
30+
dnl in "en_US". To accommodate that, we symlink some test data from one
3131
dnl to the other.
3232
AC_MSG_NOTICE([symlinking en_US.UTF-8 messages to en_US in case you are on musl])
3333
_linkdest="${srcdir%/}"/ext/gettext/tests/locale/en_US

0 commit comments

Comments
 (0)