Skip to content

Commit 7078630

Browse files
benroederMartinPulec
authored andcommitted
fix type o found to find
1 parent 9b0bf08 commit 7078630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blackmagic_common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ bool decklink_set_duplex(IDeckLink *deckLink, uint32_t profileID)
318318
}
319319

320320
if (!found && ret) { // no err but not found
321-
LOG(LOG_LEVEL_WARNING) << "[DeckLink] didn't found suitable duplex profile!\n";
321+
LOG(LOG_LEVEL_WARNING) << "[DeckLink] did not find suitable duplex profile!\n";
322322
ret = false;
323323
}
324324

0 commit comments

Comments
 (0)