Skip to content

Commit f30e742

Browse files
petksodabrew
authored andcommitted
Fix typo bibrary to library (#372)
1 parent 5edd5ba commit f30e742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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 protocol support], no, no)
2828

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

3232
if test -z "$PHP_ZLIB_DIR"; then
3333
PHP_ARG_WITH(zlib-dir, for ZLIB,

0 commit comments

Comments
 (0)