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:
parent
58e6c62191
commit
3f2e15abc5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user