From cf2764750a06a44c0b91427419a02618fecafc51 Mon Sep 17 00:00:00 2001 From: Ben Roeder Date: Thu, 7 Oct 2021 14:20:26 +0100 Subject: [PATCH] fix type o found to find --- src/blackmagic_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackmagic_common.cpp b/src/blackmagic_common.cpp index 06e2252f2..5f774242c 100644 --- a/src/blackmagic_common.cpp +++ b/src/blackmagic_common.cpp @@ -319,7 +319,7 @@ bool decklink_set_duplex(IDeckLink *deckLink, uint32_t profileID) } if (!found && ret) { // no err but not found - LOG(LOG_LEVEL_WARNING) << "[DeckLink] didn't found suitable duplex profile!\n"; + LOG(LOG_LEVEL_WARNING) << "[DeckLink] did not find suitable duplex profile!\n"; ret = false; }