summaryrefslogtreecommitdiff
path: root/libavutil/log.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-04-27 23:21:08 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-04-28 01:06:54 +0200
commit492011f3c6d729665a0aa67690d1ce410c2a6a06 (patch)
treee778c94fe8110bfe358b1fffa3248becefd3980a /libavutil/log.h
parent55e6323090610c5bb5faf29a32bc023c588ec598 (diff)
avutil/log: Fix occured typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavutil/log.h')
-rw-r--r--libavutil/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/log.h b/libavutil/log.h
index 9b1d66f521..0acc1b9214 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -325,7 +325,7 @@ void av_log_format_line(void *ptr, int level, const char *fmt, va_list vl,
* be written to the buffer, plus one null terminator
* @param print_prefix used to store whether the prefix must be printed;
* must point to a persistent integer initially set to 1
- * @return Returns a negative value if an error occured, otherwise returns
+ * @return Returns a negative value if an error occurred, otherwise returns
* the number of characters that would have been written for a
* sufficiently large buffer, not including the terminating null
* character. If the return value is not less than line_size, it means