diff h261dec.c @ 6524:01647ac078a7 libavcodec

typo: occured --> occurred
author diego
date Sat, 22 Mar 2008 01:06:57 +0000
parents 48759bfbd073
children a4104482ceef
line wrap: on
line diff
--- a/h261dec.c	Fri Mar 21 13:45:55 2008 +0000
+++ b/h261dec.c	Sat Mar 22 01:06:57 2008 +0000
@@ -97,7 +97,7 @@
 
 /**
  * decodes the group of blocks header or slice header.
- * @return <0 if an error occured
+ * @return <0 if an error occurred
  */
 static int h261_decode_gob_header(H261Context *h){
     unsigned int val;
@@ -352,7 +352,7 @@
 
 /**
  * decodes a macroblock
- * @return <0 if an error occured
+ * @return <0 if an error occurred
  */
 static int h261_decode_block(H261Context * h, DCTELEM * block,
                              int n, int coded)