mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 14:48:01 +02:00
main: fix typo in debug message
This commit is contained in:
parent
e17f3b9202
commit
86e8fa74f1
1 changed files with 1 additions and 1 deletions
|
|
@ -836,7 +836,7 @@ plymouth_should_show_default_splash (state_t *state)
|
|||
}
|
||||
|
||||
if (command_line_has_argument (state->kernel_command_line, "splash=silent")) {
|
||||
ply_trace ("using default splash because kernel command line has option \"splash=slient\"");
|
||||
ply_trace ("using default splash because kernel command line has option \"splash=silent\"");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue