mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
journal-remote: fix typo in an error message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user