]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal-remote: fix typo in an error message
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 21 Jun 2023 09:09:12 +0000 (11:09 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 21 Jun 2023 09:09:12 +0000 (11:09 +0200)
src/journal-remote/journal-remote-main.c

index 0b99505aed1811142ad326a05ff3c17adb687114..10d5b708060bd6e1bd5fc8a5bc470822ad454546 100644 (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)