[PECL-CVS] [pecl-file_formats-yaml] php7: Fix typo in LibYAML support message
[email protected] (Quentin Dreyer via Bryan Davis)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Quentin Dreyer (qkdreyer)
Committer: Bryan Davis (bd808)
Date: 2025-11-14T08:21:20-07:00
Commit: https://github.com/php/pecl-file_formats-yaml/commit/2c6ac334334e83919928ae7038c9ca26496d6be0
Raw diff: https://github.com/php/pecl-file_formats-yaml/commit/2c6ac334334e83919928ae7038c9ca26496d6be0.diff
Fix typo in LibYAML support message
Changed paths:
M config.m4
Diff:
diff --git a/config.m4 b/config.m4
index 46f1cb4..7600fb6 100644
--- a/config.m4
+++ b/config.m4
@@ -1,4 +1,4 @@
-PHP_ARG_WITH(yaml, [whether to enable LibYAML suppot],
+PHP_ARG_WITH(yaml, [whether to enable LibYAML support],
[ --with-yaml[[=DIR]] Enable LibYAML support.
DIR is the path to LibYAML install prefix])