X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmachine-id-setup.c;h=7e0aee6a75ba883b92f737033cd0f99730d1fdf6;hb=cc98b3025eeb89addb76a27390cb2baca4eab8b9;hp=d91a02cf15b9689d82187393b82f416e79455bb3;hpb=553acb7b6b8d4f16a4747b1f978e8b7888fbfb2c;p=elogind.git diff --git a/src/core/machine-id-setup.c b/src/core/machine-id-setup.c index d91a02cf1..7e0aee6a7 100644 --- a/src/core/machine-id-setup.c +++ b/src/core/machine-id-setup.c @@ -205,7 +205,7 @@ int machine_id_commit(const char *root) { r = path_is_mount_point(etc_machine_id, false); if (r < 0) - return log_error_errno(r, "Failed to determine wether %s is a mount point: %m", etc_machine_id); + return log_error_errno(r, "Failed to determine whether %s is a mount point: %m", etc_machine_id); if (r == 0) { log_debug("%s is is not a mount point. Nothing to do.", etc_machine_id); return 0;