File: spelling.patch

package info (click to toggle)
motion 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,120 kB
  • sloc: ansic: 26,459; makefile: 105; sh: 79
file content (34 lines) | stat: -rw-r--r-- 1,053 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
25
26
27
28
29
30
31
32
33
34
Description: Fix spelling errors
Author: Nicolas Mora <babelouest@debian.org>
Forwarded: not-needed
--- a/src/event.c
+++ b/src/event.c
@@ -823,7 +823,7 @@
                 }
             } else {
                 MOTION_LOG(ERR, TYPE_EVENTS, SHOW_ERRNO
-                    ,_("error accesing path %s"), cnt->conf.target_dir);
+                    ,_("error accessing path %s"), cnt->conf.target_dir);
                 return ;
             }
         }
--- a/src/track.c
+++ b/src/track.c
@@ -1060,7 +1060,7 @@
         }
 
         MOTION_LOG(NTC, TYPE_TRACK, NO_ERRNO
-            ,_("Reseting UVC camera to starting position"));
+            ,_("Resetting UVC camera to starting position"));
 
         SLEEP(8, 0);
 
@@ -1223,7 +1223,7 @@
         }
 
         MOTION_LOG(NTC, TYPE_TRACK, NO_ERRNO
-            ,_("Reseting UVC camera to starting position"));
+            ,_("Resetting UVC camera to starting position"));
 
         /* set the "helpvalue" back to null because after reset CAM should be in x=0 and not 70 */
         cent->x = 0;