Fixes typo in man page

There is a simple typo in the man page of proxy-server.conf,
"client_timeout" is written as "client_timeoutt".
This commit fixes it.

Closes-Bug: #1326237
Change-Id: I98777f523906e4ed625de8f20a96979ea627aa1f
This commit is contained in:
replay 2014-06-04 09:49:13 +03:00
parent c384d76c57
commit 19a574f304
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ Chunk size to read from object servers. The default is 8192.
Chunk size to read from clients. The default is 8192.
.IP \fBnode_timeout\fR
Request timeout to external services. The default is 10 seconds.
.IP \fBclient_timeoutt\fR
.IP \fBclient_timeout\fR
Timeout to read one chunk from a client. The default is 60 seconds.
.IP \fBconn_timeout\fR
Connection timeout to external services. The default is 0.5 seconds.