diff h264enc.c @ 6524:01647ac078a7 libavcodec

typo: occured --> occurred
author diego
date Sat, 22 Mar 2008 01:06:57 +0000
parents 0c090df061f8
children f7cbb7733146
line wrap: on
line diff
--- a/h264enc.c	Fri Mar 21 13:45:55 2008 +0000
+++ b/h264enc.c	Sat Mar 22 01:06:57 2008 +0000
@@ -29,7 +29,7 @@
  * @param dest the target buffer, dst+1 == src is allowed as a special case
  * @param destsize the length of the dst array
  * @param b2 the data which should be escaped
- * @returns pointer to current position in the output buffer or NULL if an error occured
+ * @returns pointer to current position in the output buffer or NULL if an error occurred
  */
 static uint8_t *h264_write_nal_unit(int nal_ref_idc, int nal_unit_type, uint8_t *dest, int *destsize,
                           PutBitContext *b2)