From: William Giokas <1007380@gmail.com> Date: Wed, 13 Feb 2013 01:08:26 +0000 (-0600) Subject: bootchart: Fix typos and some English X-Git-Tag: v198~277 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6bb25a058227d89fbbeba6c12873e6f83da5cf94;p=elogind.git 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 --- diff --git a/src/bootchart/bootchart.conf b/src/bootchart/bootchart.conf index 06c1b4751..fa1a09bd0 100644 --- a/src/bootchart/bootchart.conf +++ b/src/bootchart/bootchart.conf @@ -6,7 +6,7 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # -# See systemd-bootchart.conf(5) for details +# See bootchart.conf(5) for details #samples=500 #freq=25 diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c index 8da32efca..d7c4168d5 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);