summaryrefslogtreecommitdiff
path: root/libavutil/file.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-31 17:01:52 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-10-31 17:01:52 +0100
commit3a34ac654174c738aace225796ff05ab083b771a (patch)
tree152d101df8b4e2a2fa741898b1671f1d19bfefa2 /libavutil/file.h
parent31bf820a2689974cbc1e15e0813987c5da14a8b8 (diff)
file: typo
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/file.h')
-rw-r--r--libavutil/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/file.h b/libavutil/file.h
index e05c87cdb5..b47ef8083d 100644
--- a/libavutil/file.h
+++ b/libavutil/file.h
@@ -57,7 +57,7 @@ void av_file_unmap(uint8_t *bufptr, size_t size);
* *prefix can be a character constant; *filename will be allocated internally.
* @return file descriptor of opened file (or -1 on error)
* and opened file name in **filename.
- * @note On very old libcs it is necceary to set a secure umask before
+ * @note On very old libcs it is necessary to set a secure umask before
* calling this, av_tempfile() cant call umask itself as it is used in
* libraries and could interfere with the calling application.
*/