]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootspec: fix typo
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 7 Nov 2023 08:55:56 +0000 (09:55 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 7 Nov 2023 11:17:12 +0000 (11:17 +0000)
src/shared/bootspec.c

index 746ae743cd234d5215c56f07bdab11c0c2756474..a38911603d0ec74a3added780300371da1e904c4 100644 (file)
@@ -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;
         }