Skip to content

Commit 492011f

Browse files
committed
avutil/log: Fix occured typo
Signed-off-by: Michael Niedermayer <[email protected]>
1 parent 55e6323 commit 492011f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libavutil/log.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ void av_log_format_line(void *ptr, int level, const char *fmt, va_list vl,
325325
* be written to the buffer, plus one null terminator
326326
* @param print_prefix used to store whether the prefix must be printed;
327327
* must point to a persistent integer initially set to 1
328-
* @return Returns a negative value if an error occured, otherwise returns
328+
* @return Returns a negative value if an error occurred, otherwise returns
329329
* the number of characters that would have been written for a
330330
* sufficiently large buffer, not including the terminating null
331331
* character. If the return value is not less than line_size, it means

0 commit comments

Comments
 (0)