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
1 changed files with 1 additions and 1 deletions

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);