X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmachine%2Fmachinectl.c;h=071b2b9ebf59cd5a6bae5923e62cfa7424dff3e0;hb=10bc4cd469fc677892b07748ec85804ca120825f;hp=728cd42629fe41c7395d02bf5ad4035fd6e86e87;hpb=56b921c3d863f0e098f60f934e6c5880575c68ab;p=elogind.git diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 728cd4262..071b2b9eb 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;