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;
