summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/reqs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reqs.c b/src/reqs.c
index 12935b4..6a4b365 100644
--- a/src/reqs.c
+++ b/src/reqs.c
@@ -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 {