From 6bb25a058227d89fbbeba6c12873e6f83da5cf94 Mon Sep 17 00:00:00 2001 From: William Giokas <1007380@gmail.com> Date: Tue, 12 Feb 2013 19:08:26 -0600 Subject: bootchart: Fix typos and some English bootchart.conf: direct users to `bootchart.conf(5)`, not a nonexistent man page. svg.c: Fix some English in the svg comment header. * Chrome/Chromium => Chrome, Chromium * firefox => Firefox * much more slow => more slowly --- src/bootchart/svg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bootchart/svg.c') diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c index 8da32efca5..d7c4168d57 100644 --- a/src/bootchart/svg.c +++ b/src/bootchart/svg.c @@ -95,9 +95,9 @@ static void svg_header(void) /* write some basic info as a comment, including some help */ svg("\n"); - svg("\n"); - svg("\n"); - svg("\n"); + svg("\n"); + svg("\n"); + svg("\n"); svg("\n\n"); svg("\n", VERSION); -- cgit v1.2.3-54-g00ecf