journal-remote: fix typo in an error message

This commit is contained in:
Frantisek Sumsal
2023-06-21 11:09:12 +02:00
parent 8a38b62f37
commit 2411e990a4

View File

@@ -311,7 +311,7 @@ static mhd_result request_handler(
if (chunked)
return mhd_respond(connection, MHD_HTTP_BAD_REQUEST,
"Content-Length must not specified when Transfer-Encoding type is 'chuncked'");
"Content-Length must not specified when Transfer-Encoding type is 'chunked'");
r = safe_atozu(header, &len);
if (r < 0)