summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common.cpp
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-06-28 03:06:25 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-06-28 03:07:54 +0200
commitc0cb53cd1f91031f7d7a6f1387e9f19181cdfa3c (patch)
tree9e418a538dba1b0ec0d94d430c7949d5eb1de8e2 /libavdevice/decklink_common.cpp
parent6cc4c422265a647ffe1c2121ef69cbc3173d596e (diff)
avdevice/decklink_common: Replace rare spelling of Succesfully by 500 times more common one
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavdevice/decklink_common.cpp')
-rw-r--r--libavdevice/decklink_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/decklink_common.cpp b/libavdevice/decklink_common.cpp
index bd5ab910fd..b0f245fedb 100644
--- a/libavdevice/decklink_common.cpp
+++ b/libavdevice/decklink_common.cpp
@@ -154,7 +154,7 @@ int ff_decklink_set_format(AVFormatContext *avctx,
if (res != S_OK)
av_log(avctx, AV_LOG_WARNING, "Setting duplex mode failed.\n");
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 {
av_log(avctx, AV_LOG_WARNING, "Unable to set duplex mode, because it is not supported.\n");
}