From: Frederic Crozat Date: Thu, 12 Jun 2014 15:18:59 +0000 (+0200) Subject: main: fix typo in debug message X-Git-Tag: 0.9.2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e8fa74f12e452e1a42e998908873b96b96ebc3;p=thirdparty%2Fplymouth.git main: fix typo in debug message --- diff --git a/src/main.c b/src/main.c index ab9e1f98..bc15d65f 100644 --- a/src/main.c +++ b/src/main.c @@ -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; }