We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e6c62 commit 3f2e15aCopy full SHA for 3f2e15a
src/sleep/sleep.c
@@ -71,7 +71,7 @@ static int write_hibernate_location_info(const HibernateLocation *hibernate_loca
71
return 0;
72
}
73
74
- return log_debug_errno(errno, "/sys/power/resume_offset not writeable: %m");
+ return log_debug_errno(errno, "/sys/power/resume_offset not writable: %m");
75
76
77
xsprintf(offset_str, "%" PRIu64, hibernate_location->offset);
0 commit comments