main: fix typo in debug message

This commit is contained in:
Frederic Crozat 2014-06-12 17:18:59 +02:00
parent e17f3b9202
commit 86e8fa74f1

View file

@ -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;
}