fix typo: spalsh -> splash

This commit is contained in:
Saleem Abdulrasool 2008-10-14 12:37:05 -04:00 committed by Ray Strode
parent ea1ba09015
commit 8a355087c3

View file

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