Skip to content

Commit 9f78c29

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 01c2f12 + 126eb04 commit 9f78c29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/cmake/modules/PHP/Set.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It sets a CACHE `<variable>` of `<type>` to a `<value>`.
4848
set (it is undefined).
4949
5050
`IF` behaves the same as the `<depends>` argument in the
51-
`cmake_dependent_option()`. This supports both full condition sytanx and
51+
`cmake_dependent_option()`. This supports both full condition syntax and
5252
semicolon-separated list of conditions.
5353
5454
* When using only `VALUE` signature, it sets the cache variable to `<value>`.

docs/cmake/modules/PHP/Set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ It sets a CACHE `<variable>` of `<type>` to a `<value>`.
5151
set (it is undefined).
5252

5353
`IF` behaves the same as the `<depends>` argument in the
54-
`cmake_dependent_option()`. This supports both full condition sytanx and
54+
`cmake_dependent_option()`. This supports both full condition syntax and
5555
semicolon-separated list of conditions.
5656

5757
* When using only `VALUE` signature, it sets the cache variable to `<value>`.

0 commit comments

Comments
 (0)