summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-13 10:03:09 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-02-13 10:03:09 +0100
commit94e91c8319fa207bcfed29a695e95a699e84235e (patch)
tree387ab58d56837ef2c49f1b51f2f575c55989164c /src
parentbff8f950ab15ef3beb9c363c0303fc6ed5c13c13 (diff)
downloadsystemd-94e91c8319fa207bcfed29a695e95a699e84235e.tar.gz
analyze: fix typo in error message
Diffstat (limited to 'src')
-rw-r--r--src/analyze/analyze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c
index 2d65fdbdb8..1aa8c00512 100644
--- a/src/analyze/analyze.c
+++ b/src/analyze/analyze.c
@@ -1295,7 +1295,7 @@ static int dump(int argc, char *argv[], void *userdata) {
&reply,
NULL);
if (r < 0)
- return log_error_errno(r, "Failed issue method call: %s", bus_error_message(&error, r));
+ return log_error_errno(r, "Failed to issue method call: %s", bus_error_message(&error, r));
r = sd_bus_message_read(reply, "s", &text);
if (r < 0)