Skip to content

Commit 3f2e15a

Browse files
committed
sleep: one spelling unification
We use "writable" everywhere else.
1 parent 58e6c62 commit 3f2e15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sleep/sleep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static int write_hibernate_location_info(const HibernateLocation *hibernate_loca
7171
return 0;
7272
}
7373

74-
return log_debug_errno(errno, "/sys/power/resume_offset not writeable: %m");
74+
return log_debug_errno(errno, "/sys/power/resume_offset not writable: %m");
7575
}
7676

7777
xsprintf(offset_str, "%" PRIu64, hibernate_location->offset);

0 commit comments

Comments
 (0)