mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
bootspec: fix typo
This commit is contained in:
committed by
Luca Boccassi
parent
b3e199cec8
commit
14ac242d50
@@ -566,7 +566,7 @@ static int config_check_inode_relevant_and_unseen(BootConfig *config, int fd, co
|
||||
if (fstat(fd, &st) < 0)
|
||||
return log_error_errno(errno, "Failed to stat('%s'): %m", fname);
|
||||
if (!S_ISREG(st.st_mode)) {
|
||||
log_debug("File '%s' is not a reguar file, ignoring.", fname);
|
||||
log_debug("File '%s' is not a regular file, ignoring.", fname);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user