mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
fix typo in wakealarm message
This commit is contained in:
@@ -386,7 +386,7 @@ static bool can_s2h(void) {
|
||||
r = access("/sys/class/rtc/rtc0/wakealarm", W_OK);
|
||||
if (r < 0) {
|
||||
log_full(errno == ENOENT ? LOG_DEBUG : LOG_WARNING,
|
||||
"/sys/class/rct/rct0/wakealarm is not writable %m");
|
||||
"/sys/class/rtc/rtc0/wakealarm is not writable %m");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user