mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 04:48:08 +02:00
fix typo: spalsh -> splash
This commit is contained in:
parent
ea1ba09015
commit
8a355087c3
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ main (int argc,
|
|||
|
||||
state.buffer = ply_buffer_new ();
|
||||
state.splash = ply_boot_splash_new (module_name, state.buffer);
|
||||
if (!ply_boot_splash_load_plugin (state.spalsh))
|
||||
if (!ply_boot_splash_load_plugin (state.splash))
|
||||
{
|
||||
perror ("could not load splash screen");
|
||||
return errno;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue