typo: occured --> occurred

Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-03-22 01:06:57 +00:00
parent 4edfceccec
commit d952638699
13 changed files with 22 additions and 22 deletions

View File

@ -66,7 +66,7 @@ void pp_postprocess(const uint8_t * src[3], const int srcStride[3],
/**
* returns a pp_mode_t or NULL if an error occured
* returns a pp_mode_t or NULL if an error occurred
* name is the string after "-pp" on the command line
* quality is a number from 0 to PP_QUALITY_MAX
*/