File: Fix-typo-s-optinally-optionally.patch

package info (click to toggle)
exactimage 1.0.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,088 kB
  • sloc: cpp: 35,709; ansic: 1,952; xml: 1,447; makefile: 328; perl: 138; sh: 108; python: 45; php: 37; ruby: 12
file content (21 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Sven Eckelmann <sven@narfation.org>
Date: Mon, 25 Jan 2016 22:39:41 +0100
Subject: Fix typo s/optinally/optionally/

---
 frontends/econvert.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/econvert.cc b/frontends/econvert.cc
index 745a01e..383a2da 100644
--- a/frontends/econvert.cc
+++ b/frontends/econvert.cc
@@ -873,7 +873,7 @@ int main (int argc, char* argv[])
   arglist.Add (&arg_input);
   
   Argument<std::string> arg_output ("o", "output",
-				    "output file or '-' for stdout, optinally prefix with format:"
+				    "output file or '-' for stdout, optionally prefix with format:"
 				    "\n\t\te.g. jpg:- or raw:rgb8-dump",
 				    0, std::numeric_limits<int>::max(), true, true);
   arg_output.Bind (convert_output);