From: Saleem Abdulrasool Date: Tue, 14 Oct 2008 16:37:05 +0000 (-0400) Subject: fix typo: spalsh -> splash X-Git-Tag: 0.6.0~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a355087c3008c1bf26b92d4c7d2c3c70a499fd2;p=thirdparty%2Fplymouth.git fix typo: spalsh -> splash --- diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index b538535c..d6b406f0 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -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;