Skip to content

Commit 7270cf3

Browse files
committed
Fix a typo in the arguments help
Just noticed this when skimming through the code.
1 parent 0f8bbc5 commit 7270cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PHP_ARG_ENABLE(memcached-sasl, whether to enable memcached sasl support,
2626
PHP_ARG_ENABLE(memcached-protocol, whether to enable memcached protocol support,
2727
[ --enable-memcached-protocol Enable memcached protocoll support], no, no)
2828

29-
PHP_ARG_WITH(system-fastlz, wheter to use system FastLZ bibrary,
29+
PHP_ARG_WITH(system-fastlz, whether to use system FastLZ bibrary,
3030
[ --with-system-fastlz Use system FastLZ bibrary], no, no)
3131

3232
if test -z "$PHP_ZLIB_DIR"; then

0 commit comments

Comments
 (0)