From: Frantisek Sumsal Date: Wed, 21 Jun 2023 09:09:12 +0000 (+0200) Subject: journal-remote: fix typo in an error message X-Git-Tag: v254-rc1~152^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2411e990a480affe30bd99a2a33ab6b94a3fe5dd;p=thirdparty%2Fsystemd.git journal-remote: fix typo in an error message --- diff --git a/src/journal-remote/journal-remote-main.c b/src/journal-remote/journal-remote-main.c index 0b99505aed1..10d5b708060 100644 --- a/src/journal-remote/journal-remote-main.c +++ b/src/journal-remote/journal-remote-main.c @@ -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)