Skip to content

Commit 3a13b71

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 8cf045e + abe0a79 commit 3a13b71

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmake/cmake/modules/PHP/Bison.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ scripts (script mode).
5252
5353
* `<input>`
5454
55-
A template file from wich the Bison parser generator generates output files.
55+
A template file from which the Bison parser generator generates output files.
5656
Relative source file path `<input>` is interpreted as being relative to the
5757
current source directory (`CMAKE_CURRENT_SOURCE_DIR`).
5858

cmake/cmake/modules/PHP/Re2c.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ scripts (script mode).
5252
5353
* `<input>`
5454
55-
A template file from wich the re2c lexer generator generates output files.
55+
A template file from which the re2c lexer generator generates output files.
5656
Relative source file path `<input>` is interpreted as being relative to the
5757
current source directory (`CMAKE_CURRENT_SOURCE_DIR`).
5858

docs/cmake/modules/PHP/Bison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ scripts (script mode).
5454

5555
* `<input>`
5656

57-
A template file from wich the Bison parser generator generates output files.
57+
A template file from which the Bison parser generator generates output files.
5858
Relative source file path `<input>` is interpreted as being relative to the
5959
current source directory (`CMAKE_CURRENT_SOURCE_DIR`).
6060

docs/cmake/modules/PHP/Re2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ scripts (script mode).
5454

5555
* `<input>`
5656

57-
A template file from wich the re2c lexer generator generates output files.
57+
A template file from which the re2c lexer generator generates output files.
5858
Relative source file path `<input>` is interpreted as being relative to the
5959
current source directory (`CMAKE_CURRENT_SOURCE_DIR`).
6060

0 commit comments

Comments
 (0)