summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-01-26 15:29:14 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-26 10:39:47 -0500
commitcc98b3025eeb89addb76a27390cb2baca4eab8b9 (patch)
treeab7a776869de4cf49a5382307e9133fbdb9676d9 /src/machine
parentebf31a1f58d0b10ca63c928ff31b7745fc724003 (diff)
treewide: fix multiple typos
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/machinectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c
index 728cd42629..071b2b9ebf 100644
--- a/src/machine/machinectl.c
+++ b/src/machine/machinectl.c
@@ -1785,7 +1785,7 @@ static int transfer_signal_handler(sd_event_source *s, const struct signalfd_sig
assert(si);
if (!arg_quiet)
- log_info("Continuing download in the background. Use \"machinectl cancel-transfer %" PRIu32 "\" to arbort transfer.", PTR_TO_UINT32(userdata));
+ log_info("Continuing download in the background. Use \"machinectl cancel-transfer %" PRIu32 "\" to abort transfer.", PTR_TO_UINT32(userdata));
sd_event_exit(sd_event_source_get_event(s), EINTR);
return 0;