Skip to content

Commit 4387bc7

Browse files
committed
Fix typo
1 parent afb6b46 commit 4387bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/evolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ PHP coding standards now use the C11 standard.
945945
* phpize builds now reflect the source tree in the build dir (like that already
946946
worked for in-tree builds); some extension builds (especially when using
947947
`Makefile.frag.w32`) may need adjustments.
948-
* `SAPI()` and `ADD_SOURCES()` commands now suport the optional
948+
* `SAPI()` and `ADD_SOURCES()` commands now support the optional
949949
`duplicate_sources` parameter. If truthy, no rules to build the object files
950950
are generated. This allows to build additional variants of SAPIs (e.g. a DLL
951951
and EXE) without duplicate build rules. It is up to the SAPI maintainers to

0 commit comments

Comments
 (0)