reqs: fix typo in a debug message in get_request_entity()

Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 76bd008cf9)
This commit is contained in:
Michael Adam 2013-11-23 11:59:47 +01:00
parent ffbef661cd
commit 3cb25a7857

View File

@ -1349,7 +1349,7 @@ get_request_entity(struct conn_s *connptr)
nread = read_buffer (connptr->client_fd, connptr->cbuffer);
if (nread < 0) {
log_message (LOG_ERR,
"Error reading readble client_fd %d",
"Error reading readable client_fd %d",
connptr->client_fd);
ret = -1;
} else {