diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-04-22 14:05:24 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-10 13:36:17 -0700 |
commit | 04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da (patch) | |
tree | 54f17f690aa4bbdaed4a9d8297c77902bd3b2494 /sapi | |
parent | ed2e84e2394b97f710710c6db0366d739422b0fe (diff) | |
download | php-git-04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da.tar.gz |
typo fixes (argument)
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/fpm/php-fpm.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index f4d6e06c3b..e0d80970af 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -10,7 +10,7 @@ ; files from a glob(3) pattern. This directive can be used everywhere in the ; file. ; Relative path can also be used. They will be prefixed by: -; - the global prefix if it's been set (-p arguement) +; - the global prefix if it's been set (-p argument) ; - @prefix@ otherwise ;include=etc/fpm.d/*.conf |