Skip to content

Commit e5fed9d

Browse files
committed
minor #4303 Fix spelling (nurikabe)
This PR was merged into the 2.5 branch. Discussion ---------- Fix spelling "so-called" is a traditionally hyphenated compound word. Commits ------- 8bb1c9a Fix spelling
2 parents 6c6aecf + 8bb1c9a commit e5fed9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/configuration/web_server_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ the FastCGI process manager ``php-fpm`` binary and Apache's FastCGI module
8989
installed (for example, on a Debian based system you have to install the
9090
``libapache2-mod-fastcgi`` and ``php5-fpm`` packages).
9191

92-
PHP-FPM uses so called *pools* to handle incoming FastCGI requests. You can
92+
PHP-FPM uses so-called *pools* to handle incoming FastCGI requests. You can
9393
configure an arbitrary number of pools in the FPM configuration. In a pool
9494
you configure either a TCP socket (IP and port) or a unix domain socket to
9595
listen on. Each pool can also be run under a different UID and GID:

0 commit comments

Comments
 (0)