From f3e78c300efbf7519eda8252e7f71db0e3f1caa9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 May 2020 00:32:32 +0200 Subject: [PATCH] Comment typo. --- src/smpte_subtitle_asset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpte_subtitle_asset.cc b/src/smpte_subtitle_asset.cc index 81a0aa6f..6a62bc1d 100644 --- a/src/smpte_subtitle_asset.cc +++ b/src/smpte_subtitle_asset.cc @@ -393,7 +393,7 @@ SMPTESubtitleAsset::write (boost::filesystem::path p) const ASDCP::TimedText::MXFWriter writer; /* This header size is a guess. Empirically it seems that each subtitle reference is 90 bytes, and we need some extra. - The defualt size is not enough for some feature-length PNG sub projects (see DCP-o-matic #1561). + The default size is not enough for some feature-length PNG sub projects (see DCP-o-matic #1561). */ ASDCP::Result_t r = writer.OpenWrite (p.string().c_str(), writer_info, descriptor, _subtitles.size() * 90 + 16384); if (ASDCP_FAILURE (r)) { -- 2.30.2