From 089a818bd3cd01d834301339ee14d95624140303 Mon Sep 17 00:00:00 2001 From: John Adlum Date: Wed, 1 Jul 2015 17:12:49 +0200 Subject: [PATCH] avcodec/pthread_frame: Correcting typo of "occurred" Signed-off-by: Michael Niedermayer --- libavcodec/pthread_frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/pthread_frame.c b/libavcodec/pthread_frame.c index d48ee33edf..a8789ae464 100644 --- a/libavcodec/pthread_frame.c +++ b/libavcodec/pthread_frame.c @@ -475,7 +475,7 @@ int ff_thread_decode_frame(AVCodecContext *avctx, fctx->next_finished = finished; /* - * When no frame was found while flushing, but an error occured in + * When no frame was found while flushing, but an error occurred in * any thread, return it instead of 0. * Otherwise the error can get lost. */