Commit c0cb53cd authored by Michael Niedermayer's avatar Michael Niedermayer

avdevice/decklink_common: Replace rare spelling of Succesfully by 500 times more common one

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6cc4c422
...@@ -154,7 +154,7 @@ int ff_decklink_set_format(AVFormatContext *avctx, ...@@ -154,7 +154,7 @@ int ff_decklink_set_format(AVFormatContext *avctx,
if (res != S_OK) if (res != S_OK)
av_log(avctx, AV_LOG_WARNING, "Setting duplex mode failed.\n"); av_log(avctx, AV_LOG_WARNING, "Setting duplex mode failed.\n");
else else
av_log(avctx, AV_LOG_VERBOSE, "Succesfully set duplex mode to %s duplex.\n", ctx->duplex_mode == 2 ? "full" : "half"); av_log(avctx, AV_LOG_VERBOSE, "Successfully set duplex mode to %s duplex.\n", ctx->duplex_mode == 2 ? "full" : "half");
} else { } else {
av_log(avctx, AV_LOG_WARNING, "Unable to set duplex mode, because it is not supported.\n"); av_log(avctx, AV_LOG_WARNING, "Unable to set duplex mode, because it is not supported.\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment