From 586b6b5db00c92a8a6335fafc7069d59c1cf4637 Mon Sep 17 00:00:00 2001 From: project-repo Date: Mon, 5 Sep 2022 08:12:32 +0200 Subject: [PATCH] Fix typo --- ipc_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc_server.c b/ipc_server.c index 86560b9..e953139 100644 --- a/ipc_server.c +++ b/ipc_server.c @@ -311,7 +311,7 @@ ipc_client_handle_command(struct cg_ipc_client *client) { offset = (nl_pos - client->read_buffer) + 1; } if(offset == 0) { - wlr_log(WLR_ERROR, "Line received was longer that %d, discarding it", + wlr_log(WLR_ERROR, "Line received was longer than %d, discarding it", MAX_LINE_SIZE); client->read_buf_len = 0; client->read_discard = 1;