Skip to content

Commit 5a98e7e

Browse files
committed
Fix CS
1 parent 31b0099 commit 5a98e7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/main/config.w32.cmake.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@
12281228
1.3.0). */
12291229
#cmakedefine HAVE_PROGRESS_CALLBACK 1
12301230

1231-
/* Define to 1 if PHP extension 'pspell' is available. */
1231+
/* Define to 1 if the PHP extension 'pspell' is available. */
12321232
#cmakedefine HAVE_PSPELL 1
12331233

12341234
/* Define if the PS_STRINGS exists. */
@@ -1668,7 +1668,7 @@
16681668
/* Define to 1 if you have the <tmmintrin.h> header file. */
16691669
#cmakedefine HAVE_TMMINTRIN_H 1
16701670

1671-
/* Define to 1 if PHP extension 'tokenizer' is available. */
1671+
/* Define to 1 if the PHP extension 'tokenizer' is available. */
16721672
#cmakedefine HAVE_TOKENIZER 1
16731673

16741674
/* Define to 1 if you have a working 'ttyname_r' function. */

cmake/main/php_config.cmake.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@
12161216
1.3.0). */
12171217
#cmakedefine HAVE_PROGRESS_CALLBACK 1
12181218

1219-
/* Define to 1 if PHP extension 'pspell' is available. */
1219+
/* Define to 1 if the PHP extension 'pspell' is available. */
12201220
#cmakedefine HAVE_PSPELL 1
12211221

12221222
/* Define if the PS_STRINGS exists. */
@@ -1656,7 +1656,7 @@
16561656
/* Define to 1 if you have the <tmmintrin.h> header file. */
16571657
#cmakedefine HAVE_TMMINTRIN_H 1
16581658

1659-
/* Define to 1 if PHP extension 'tokenizer' is available. */
1659+
/* Define to 1 if the PHP extension 'tokenizer' is available. */
16601660
#cmakedefine HAVE_TOKENIZER 1
16611661

16621662
/* Define to 1 if you have a working 'ttyname_r' function. */

0 commit comments

Comments
 (0)