Skip to content

Commit

Permalink
minor #4303 Fix spelling (nurikabe)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.5 branch.

Discussion
----------

Fix spelling

"so-called" is a traditionally hyphenated compound word.

Commits
-------

8bb1c9a Fix spelling
  • Loading branch information
weaverryan committed Oct 8, 2014
2 parents 6c6aecf + 8bb1c9a commit e5fed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/configuration/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ the FastCGI process manager ``php-fpm`` binary and Apache's FastCGI module
installed (for example, on a Debian based system you have to install the
``libapache2-mod-fastcgi`` and ``php5-fpm`` packages).

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

0 comments on commit e5fed9d

Please sign in to comment.