summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@suse.com>2014-06-12 17:18:59 +0200
committerFrederic Crozat <fcrozat@suse.com>2014-06-12 17:18:59 +0200
commit86e8fa74f12e452e1a42e998908873b96b96ebc3 (patch)
tree885167bd5bd9ac50167ad4abfcefb03d39281a41
parente17f3b92025a6067874c41c6c7ce3cffedfb6afa (diff)
main: fix typo in debug message
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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;
}