Skip to content

Commit 70c141b

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: fix typo
2 parents a2038e6 + 505adab commit 70c141b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/php-fpm.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ listen = 127.0.0.1:9000
174174
;listen.group = @php_fpm_group@
175175
;listen.mode = 0660
176176
; When POSIX Access Control Lists are supported you can set them using
177-
; these options, value is a coma separated list of user/group names.
177+
; these options, value is a comma separated list of user/group names.
178178
; When set, listen.owner and listen.group are ignored
179179
;listen.acl_users =
180180
;listen.acl_groups =

0 commit comments

Comments
 (0)