chiark / gitweb /
tree-wide: spelling fixes
[elogind.git] / src / core / machine-id-setup.c
index d91a02cf15b9689d82187393b82f416e79455bb3..7e0aee6a75ba883b92f737033cd0f99730d1fdf6 100644 (file)
@@ -205,7 +205,7 @@ int machine_id_commit(const char *root) {
 
         r = path_is_mount_point(etc_machine_id, false);
         if (r < 0)
 
         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;
         if (r == 0) {
                 log_debug("%s is is not a mount point. Nothing to do.", etc_machine_id);
                 return 0;