diff error_resilience.c @ 6524:01647ac078a7 libavcodec

typo: occured --> occurred
author diego
date Sat, 22 Mar 2008 01:06:57 +0000
parents 493dc59d469a
children 52925923273f
line wrap: on
line diff
--- a/error_resilience.c	Fri Mar 21 13:45:55 2008 +0000
+++ b/error_resilience.c	Sat Mar 22 01:06:57 2008 +0000
@@ -613,7 +613,7 @@
  * adds a slice.
  * @param endx x component of the last macroblock, can be -1 for the last of the previous line
  * @param status the status at the end (MV_END, AC_ERROR, ...), it is assumed that no earlier end or
- *               error of the same type occured
+ *               error of the same type occurred
  */
 void ff_er_add_slice(MpegEncContext *s, int startx, int starty, int endx, int endy, int status){
     const int start_i= av_clip(startx + starty * s->mb_width    , 0, s->mb_num-1);