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;
|