>From ef1811c7c57cd685222732c5cb53d4f579e56a81 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sat, 12 May 2018 00:36:59 +0900 Subject: [PATCH 2/9] fixsvgfonts: Fix typo There was a typo in sed pattern as well as in header comment. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- utilities/fixsvgfonts-urwps.sh | 4 ++-- utilities/fixsvgfonts.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utilities/fixsvgfonts-urwps.sh b/utilities/fixsvgfonts-urwps.sh index ac55b4a..a917fea 100644 --- a/utilities/fixsvgfonts-urwps.sh +++ b/utilities/fixsvgfonts-urwps.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 # # fixsvgfonts-urwps.sh: Convert an .svg file to use embeddable fonts, -# taking from standard input and putting on standar output. +# taking from standard input and putting on standard output. # # Copyright (c) 2018 Akira Yokosawa @@ -20,4 +20,4 @@ sed -e 's+family:Helvetica+family:Nimbus Sans+g' \ -e 's+family="Nimbus Mono L+family="Nimbus Mono PS+g' \ -e 's+cation:Nimbus Mono L+cation:Nimbus Mono PS+g' \ -e 's+family:Standard Symbols L+family:Standard Symbols PS+g' \ - -e 's+cation:Standard Symbosl L+cation:Standard Symbols PS+g' + -e 's+cation:Standard Symbols L+cation:Standard Symbols PS+g' diff --git a/utilities/fixsvgfonts.sh b/utilities/fixsvgfonts.sh index 812cbc2..287d3e2 100644 --- a/utilities/fixsvgfonts.sh +++ b/utilities/fixsvgfonts.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 # # fixsvgfonts.sh: Convert an .svg file to use embeddable fonts, taking from -# standard input and putting on standar output. +# standard input and putting on standard output. # # Copyright (c) 2018 Akira Yokosawa -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html