]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
main: fix typo in debug message
authorFrederic Crozat <fcrozat@suse.com>
Thu, 12 Jun 2014 15:18:59 +0000 (17:18 +0200)
committerFrederic Crozat <fcrozat@suse.com>
Thu, 12 Jun 2014 15:18:59 +0000 (17:18 +0200)
src/main.c

index ab9e1f98c84fdb013f3886d245546733d32c6947..bc15d65f6d903a0f82c2ad225832eb5510b86fff 100644 (file)
@@ -836,7 +836,7 @@ plymouth_should_show_default_splash (state_t *state)
         }
 
         if (command_line_has_argument (state->kernel_command_line, "splash=silent")) {
-                ply_trace ("using default splash because kernel command line has option \"splash=slient\"");
+                ply_trace ("using default splash because kernel command line has option \"splash=silent\"");
                 return true;
         }