summaryrefslogtreecommitdiff
path: root/src/journal-remote
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2016-07-12 12:52:11 +0200
committerLennart Poettering <lennart@poettering.net>2016-07-12 12:52:11 +0200
commit595bfe7df2999cfb99b274ce510695aed4aba6d5 (patch)
treeaa62c48d1ad662171930306e6af077626350937b /src/journal-remote
parent037a3ded54f72338fc95285d7971b61f695e3c1a (diff)
Various fixes for typos found by lintian (#3705)
Diffstat (limited to 'src/journal-remote')
-rw-r--r--src/journal-remote/microhttpd-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/microhttpd-util.c b/src/journal-remote/microhttpd-util.c
index c65c43186f..2f16b02e9a 100644
--- a/src/journal-remote/microhttpd-util.c
+++ b/src/journal-remote/microhttpd-util.c
@@ -60,7 +60,7 @@ static int mhd_respond_internal(struct MHD_Connection *connection,
if (!response)
return MHD_NO;
- log_debug("Queing response %u: %s", code, buffer);
+ log_debug("Queueing response %u: %s", code, buffer);
MHD_add_response_header(response, "Content-Type", "text/plain");
r = MHD_queue_response(connection, code, response);
MHD_destroy_response(response);