summaryrefslogtreecommitdiff
path: root/src/connections.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections.c')
-rw-r--r--src/connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections.c b/src/connections.c
index 834be9bc..7aa76d61 100644
--- a/src/connections.c
+++ b/src/connections.c
@@ -877,7 +877,7 @@ static int connection_read_cq(connection *con, chunkqueue *cq, off_t max_bytes)
chunkqueue_use_memory(cq, ckpt, len > 0 ? len : 0);
if (len != (ssize_t)mem_len) {
- /* we got less then expected, wait for the next fd-event */
+ /* we got less than expected, wait for the next fd-event */
con->is_readable = 0;
return len > 0 ? 0 : 0 == len ? -2 : connection_read_cq_err(con);
}