Comment typo.
authorCarl Hetherington <cth@carlh.net>
Fri, 8 May 2020 22:32:32 +0000 (00:32 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 May 2020 22:32:32 +0000 (00:32 +0200)
src/smpte_subtitle_asset.cc

index 81a0aa6f42093f26b7737a361b17a1ba53ce70d4..6a62bc1dee3109e1a9d6f8040d14628c1234bd49 100644 (file)
@@ -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)) {