From 8a355087c3008c1bf26b92d4c7d2c3c70a499fd2 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 14 Oct 2008 12:37:05 -0400 Subject: [PATCH] fix typo: spalsh -> splash --- src/ply-boot-splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;