File: 0012-fix-spelling-errors.patch

package info (click to toggle)
vboot-utils 0~R106-15054.B%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,592 kB
  • sloc: ansic: 48,956; sh: 9,637; makefile: 1,006; pascal: 77; python: 61
file content (24 lines) | stat: -rw-r--r-- 885 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Sophie Brun <sophie@freexian.com>
Date: Mon, 10 Feb 2020 16:21:52 +0100
Subject: Fix a spelling error

Last-Update: 2017-11-14

Last-Update: 2017-11-14
---
 futility/cmd_vbutil_kernel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/futility/cmd_vbutil_kernel.c b/futility/cmd_vbutil_kernel.c
index 7268bee..f4964f1 100644
--- a/futility/cmd_vbutil_kernel.c
+++ b/futility/cmd_vbutil_kernel.c
@@ -110,7 +110,7 @@ static const char usage[] =
 	"    --signprivate <file>      Private key to sign kernel data,\n"
 	"                                in .vbprivk format\n"
 	"    --oldblob <file>          Previously packed kernel blob\n"
-	"                                (including verfication blob)\n"
+	"                                (including verification blob)\n"
 	"\n"
 	"  Optional:\n"
 	"    --keyblock <file>         Keyblock in .keyblock format\n"