Package: jhead / 1:3.00-8

30_spelling Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From: Ludovic Rousseau <rousseau@debian.org>
Date: Sat, 3 Feb 2018 10:21:36 +0100
Subject: fix lintian spelling-error-in-binary usr/bin/jhead specifiy specify

---
 jhead.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jhead.c b/jhead.c
index 224ee1b..67e9bf7 100644
--- a/jhead.c
+++ b/jhead.c
@@ -1589,7 +1589,7 @@ int main (int argc, char **argv)
             if (pOldDate){
                 OldDate = ParseCmdDate(pOldDate+1);
             }else{
-                ErrFatal("Must specifiy second date for -da option");
+                ErrFatal("Must specify second date for -da option");
             }
             if (ExifTimeAdjust) ErrFatal("Can only use one of -da or -ta options at once");
             ExifTimeAdjust = NewDate-OldDate;
@@ -1688,7 +1688,7 @@ int main (int argc, char **argv)
 
     if (ThumbSaveName != NULL && strcmp(ThumbSaveName, "&i") == 0){
         printf("Error: By specifying \"&i\" for the thumbail name, your original file\n"
-               "       will be overwitten.  If this is what you really want,\n"
+               "       will be overwritten.  If this is what you really want,\n"
                "       specify  -st \"./&i\"  to override this check\n");
         exit(0);
     }