1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

sleep: one spelling unification

We use "writable" everywhere else.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-07-07 10:02:02 +02:00
parent 58e6c62191
commit 3f2e15abc5

View File

@ -71,7 +71,7 @@ static int write_hibernate_location_info(const HibernateLocation *hibernate_loca
return 0;
}
return log_debug_errno(errno, "/sys/power/resume_offset not writeable: %m");
return log_debug_errno(errno, "/sys/power/resume_offset not writable: %m");
}
xsprintf(offset_str, "%" PRIu64, hibernate_location->offset);