Browse code

file: typo

Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2012/11/01 01:01:52
Showing 1 changed files
... ...
@@ -57,7 +57,7 @@ void av_file_unmap(uint8_t *bufptr, size_t size);
57 57
  * *prefix can be a character constant; *filename will be allocated internally.
58 58
  * @return file descriptor of opened file (or -1 on error)
59 59
  * and opened file name in **filename.
60
- * @note On very old libcs it is necceary to set a secure umask before
60
+ * @note On very old libcs it is necessary to set a secure umask before
61 61
  *       calling this, av_tempfile() cant call umask itself as it is used in
62 62
  *       libraries and could interfere with the calling application.
63 63
  */