Skip to content

Commit 8757e93

Browse files
committed
Fix typo
1 parent 02f3ec9 commit 8757e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/build_system/building_php.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ the ``acinclude.m4`` file (which specifies a large number of PHP-specific M4 mac
145145
individual extensions and SAPIs (as well as a bunch of other ``m4`` files).
146146

147147
The good news is that writing extensions or even doing core modifications will not require much interaction with the
148-
build system. You will have to write small ``config.m4`` files lateron, but those usually just use two or three of the
148+
build system. You will have to write small ``config.m4`` files later on, but those usually just use two or three of the
149149
high-level macros that ``acinclude.m4`` provides. As such we will not go into further detail here.
150150

151151
The ``./buildconf`` script only has two options: ``--debug`` will disable warning suppression when calling autoconf and

0 commit comments

Comments
 (0)