]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
fix typo: spalsh -> splash
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 14 Oct 2008 16:37:05 +0000 (12:37 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 14 Oct 2008 16:37:05 +0000 (12:37 -0400)
src/ply-boot-splash.c

index b538535c5f18ca4c95caa71012790cd3f6d60970..d6b406f05a44edaa96e4ad2ef03d1718783bdf90 100644 (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;