diff utils.c @ 3175:55ce214a13ea libavformat

typo: occured --> occurred
author diego
date Sat, 22 Mar 2008 01:06:57 +0000
parents 8891d470ada3
children 19fe207a2fa4
line wrap: on
line diff
--- a/utils.c	Fri Mar 21 22:17:56 2008 +0000
+++ b/utils.c	Sat Mar 22 01:06:57 2008 +0000
@@ -2484,7 +2484,7 @@
  * @param flush 1 if no further packets are available as input and all
  *              remaining packets should be output
  * @return 1 if a packet was output, 0 if no packet could be output,
- *         < 0 if an error occured
+ *         < 0 if an error occurred
  */
 static int av_interleave_packet(AVFormatContext *s, AVPacket *out, AVPacket *in, int flush){
     if(s->oformat->interleave_packet)