X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fmachine-id-setup.c;h=7e0aee6a75ba883b92f737033cd0f99730d1fdf6;hp=d91a02cf15b9689d82187393b82f416e79455bb3;hb=f131770b1465fbf423881f16ba85523a05f846fe;hpb=fd51179d5c6c693a0841db5af0404a45fd9e9845 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;