File: fix-typo-executable.patch

package info (click to toggle)
fbi 2.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,048 kB
  • sloc: ansic: 24,426; sh: 138; perl: 16; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix typo on the fbi executable
Author: David da Silva Polverari <polverari@debian.org>
Last-Update: 2024-04-22

--- a/fbiconfig.c
+++ b/fbiconfig.c
@@ -128,7 +128,7 @@ struct cfg_cmdline fbi_cfg[] = {
 	.cmdline  = "blend",
 	.option   = { O_BLEND_MSECS },
 	.needsarg = 1,
-	.desc     = "image blend time in miliseconds",
+	.desc     = "image blend time in milliseconds",
     },{
 	.letter   = 'T',
 	.cmdline  = "vt",